Commit 3de2a5fa by shipengwei

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

parents bb2e033c 9558d066
......@@ -11,8 +11,9 @@ services:
- docker:dind
before_script:
- export TZ=Asia/Shanghai
- echo $CI_REGISTRY_IMAGE
- export FULLVERSION=$(date +%Y%m%d%H%M)
- export FULLVERSION=$BASE_VERSION.$(date -d "$CI_COMMIT_TIMESTAMP" +%Y%m%d%H%M)
- echo $FULLVERSION
- echo "$CI_REGISTRY_PASSWORD" | docker login --username 'tcr$eoc' --password-stdin $CI_REGISTRY
......
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