Commit 8e6adaef by shipengwei

Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo

parents ee029c5f d85e3669
...@@ -19,6 +19,7 @@ before_script: ...@@ -19,6 +19,7 @@ before_script:
- export FULLVERSION=$BASE_VERSION.$(date -d "$TIMESTAMP" +"%Y%m%d%H%M") - export FULLVERSION=$BASE_VERSION.$(date -d "$TIMESTAMP" +"%Y%m%d%H%M")
- echo $FULLVERSION - echo $FULLVERSION
- echo "$CI_REGISTRY_PASSWORD" | docker login --username 'tcr$eoc' --password-stdin $CI_REGISTRY - echo "$CI_REGISTRY_PASSWORD" | docker login --username 'tcr$eoc' --password-stdin $CI_REGISTRY
- export
build-master-x86: build-master-x86:
stage: build stage: build
......
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