Commit f9471098 authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent 479a733e
Pipeline #6829 failed with stages
in 1 second
......@@ -13,13 +13,14 @@ variables:
fe_model_branch: develop-model
environment_name: staging
environment_json_path: MEU.API/Config/.env.staging.json
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_STRATEGY: recursive
build:
stage: build
before_script:
- echo "Please remember that for dev environment, we use the tag 'dev' only !!!"
- cicd_path=$(pwd)/$(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- git submodule update --recursive --remote
#- echo 'export tag="dev"' >> $cicd_path/env.sh
- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- git push
......
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