Commit 2574c1ab authored by nguyenvu's avatar nguyenvu

Update .gitlab-ci.yml

parent 3256254d
Pipeline #6908 failed with stages
in 9 seconds
......@@ -14,6 +14,8 @@ variables:
environment_name: staging
environment_json_path: MEU.API/Config/.env.staging.json
GIT_SUBMODULE_STRATEGY: recursive
GIT_PW: ezio1999
GIT_USER: conritai@gmail.com
build:
stage: build
......@@ -25,8 +27,8 @@ build:
#- cd $(grep "path" .gitmodules | cut -d "=" -f2 | cut -d " " -f2)
- export tag="dev"
- export image_name=$image_name
- export CI_REGISTRY_PW=$CI_REGISTRY_PW
- export CI_REGISTRY_USER=$CI_REGISTRY_USER
- export CI_REGISTRY_PW=$GIT_PW
- export CI_REGISTRY_USER=$GIT_USER
#- echo 'export tag="dev"' >> $cicd_path/env.sh
#- sudo cat build.sh
#- cd ../
......
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