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:
- 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)
- ls -la $cicd_path/
- ls -la $(pwd)/
- ls -la $(pwd)/cicd/
- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- sudo git pull
- ls -la
- cd ../
- current_file_path=$(pwd)/MEU.API/Resources/ReleaseNotes/releasenotes.txt
- 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