Commit 487febdd authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent e68562bd
Pipeline #6773 failed
...@@ -19,7 +19,8 @@ build: ...@@ -19,7 +19,8 @@ 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 !!!"
- tag=dev - tag=dev
- cicd_path=$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2) - cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
-
- 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