Commit 18cac18e authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent 4d78cac4
Pipeline #6805 failed with stages
in 1 second
...@@ -13,6 +13,7 @@ variables: ...@@ -13,6 +13,7 @@ variables:
fe_model_branch: develop-model fe_model_branch: develop-model
environment_name: staging environment_name: staging
environment_json_path: MEU.API/Config/.env.staging.json environment_json_path: MEU.API/Config/.env.staging.json
GIT_SUBMODULE_STRATEGY: recursive
build: build:
stage: build stage: build
...@@ -23,8 +24,8 @@ build: ...@@ -23,8 +24,8 @@ build:
- 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