Commit 1af904f2 by shipengwei

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

parents a7827513 9feb3c8a
...@@ -12,7 +12,7 @@ services: ...@@ -12,7 +12,7 @@ services:
before_script: before_script:
- echo User - $CI_REGISTRY_USER Password - $CI_REGISTRY_PASSWORD - echo User - $CI_REGISTRY_USER Password - $CI_REGISTRY_PASSWORD
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u 'tcr$eoc' -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
build-master: build-master:
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