Commit 456ae5ce authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent ace24dc1
Pipeline #6822 failed with stages
in 1 second
...@@ -19,7 +19,6 @@ build: ...@@ -19,7 +19,6 @@ build:
stage: build stage: build
before_script: before_script:
- echo "Please remember that for dev environment, we use the tag 'dev' only !!!" - echo "Please remember that for dev environment, we use the tag 'dev' only !!!"
-
- cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2) - cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- 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)
......
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