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:
fe_model_branch: develop-model
environment_name: staging
environment_json_path: MEU.API/Config/.env.staging.json
GIT_SUBMODULE_STRATEGY: recursive
build:
stage: build
......@@ -23,8 +24,8 @@ build:
- cicd_url=$(grep "url" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- ls -la
- sudo git clone $cicd_url
- ls -la
#- sudo git clone $cicd_url
#- 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