Commit 6eea516a authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent f9471098
Pipeline #6831 failed with stages
in 3 seconds
...@@ -23,7 +23,6 @@ build: ...@@ -23,7 +23,6 @@ build:
- 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)
- git push
- ls -la - ls -la
- sudo cat env.sh - sudo cat env.sh
- echo 'export tag="dev"' >> $cicd_path/env.sh - echo 'export tag="dev"' >> $cicd_path/env.sh
......
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