Commit 00b11894 authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent be5b6b19
Pipeline #6850 failed with stages
in 2 seconds
...@@ -22,7 +22,7 @@ build: ...@@ -22,7 +22,7 @@ build:
- cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2) - cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- git submodule update --recursive --remote - git submodule update --recursive --remote
#- echo 'export tag="dev"' >> $cicd_path/env.sh #- echo 'export tag="dev"' >> $cicd_path/env.sh
- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2) #- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- export tag="dev" - export tag="dev"
- export image_name=$image_name - export image_name=$image_name
- export CI_REGISTRY_PW=$CI_REGISTRY_PW - export CI_REGISTRY_PW=$CI_REGISTRY_PW
......
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