Commit 1a0c757e authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent 7e3ef95b
Pipeline #6790 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
......@@ -22,7 +23,6 @@ build:
- cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- ls -la
- sudo git branch
- sudo git pull
- cd ../
- current_file_path=$(pwd)/MEU.API/Resources/ReleaseNotes/releasenotes.txt
......
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