Commit 3c53a8a0 authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent 090affc3
Pipeline #6813 failed with stages
in 1 second
...@@ -21,12 +21,12 @@ build: ...@@ -21,12 +21,12 @@ 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)
- cicd_url=$(grep "url" .gitmodules | cut -d "=" -f2 | cut -d " " -f2) #- cicd_url=$(grep "url" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2) #- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- ls -la #- ls -la
#- sudo git clone $cicd_url #- sudo git clone $cicd_url
#- ls -la #- ls -la
- cd ../ #- 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