Commit 93e666ca authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent 52c0629c
Pipeline #6780 failed with stages
in 0 seconds
...@@ -20,9 +20,10 @@ build: ...@@ -20,9 +20,10 @@ build:
- 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 !!!"
- tag=dev - tag=dev
- cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2) - cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- ls -la $cicd_path/ - cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- ls -la $(pwd)/ - sudo git pull
- ls -la $(pwd)/cicd/ - ls -la
- cd ../
- current_file_path=$(pwd)/MEU.API/Resources/ReleaseNotes/releasenotes.txt - current_file_path=$(pwd)/MEU.API/Resources/ReleaseNotes/releasenotes.txt
- release_note_folder=/var/www/release_note - release_note_folder=/var/www/release_note
- | - |
......
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