Commit 2e4c1e46 by shipengwei

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

parents b4dbc28f 383bfd3e
...@@ -12,7 +12,7 @@ services: ...@@ -12,7 +12,7 @@ services:
before_script: before_script:
- echo $CI_REGISTRY_IMAGE - echo $CI_REGISTRY_IMAGE
- FULLVERSION=$(date -d "$CI_COMMIT_TIMESTAMP" +"%Y%m%d%H%M%S") - FULLVERSION=$(date +%Y%m%d%H%M)
- export $FULLVERSION - export $FULLVERSION
- 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
......
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