Commit b4dbc28f by shipengwei

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

parents 5654c5c5 b35cc72b
...@@ -12,7 +12,9 @@ services: ...@@ -12,7 +12,9 @@ services:
before_script: before_script:
- echo $CI_REGISTRY_IMAGE - echo $CI_REGISTRY_IMAGE
- echo export FULLVERSION=$(date -d "$CI_COMMIT_TIMESTAMP" +"%Y%m%d%H%M%S") - FULLVERSION=$(date -d "$CI_COMMIT_TIMESTAMP" +"%Y%m%d%H%M%S")
- export $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
build-master-x86: build-master-x86:
......
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