Commit b55a926e authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent a64807d5
Pipeline #6848 failed with stages
in 4 seconds
......@@ -23,9 +23,13 @@ build:
- git submodule update --recursive --remote
#- echo 'export tag="dev"' >> $cicd_path/env.sh
- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- echo 'export tag="dev"' >> $cicd_path/env.sh
- sudo cat build.sh
- cd ../
- export tag="dev"
- export $image_name
- export $CI_REGISTRY_PW
- export $CI_REGISTRY_USER
#- echo 'export tag="dev"' >> $cicd_path/env.sh
#- sudo cat build.sh
#- cd ../
#- cicd_url=$(grep "url" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
#- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
#- ls -la
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment