Commit 9d88ee88 authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

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