Commit cd8fbf95 by shipengwei

edit yml

parent 5a80d609
Pipeline #776 failed with stage
in 43 seconds
...@@ -6,6 +6,7 @@ services: ...@@ -6,6 +6,7 @@ services:
- docker:dind - docker:dind
before_script: before_script:
- echo docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-master: build-master:
......
...@@ -8,6 +8,7 @@ EndProject ...@@ -8,6 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{9FA3D6BD-1EC1-3BA5-80CB-CE02773A58D5}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{9FA3D6BD-1EC1-3BA5-80CB-CE02773A58D5}"
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore .gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
Git.md = Git.md Git.md = Git.md
README.md = README.md README.md = README.md
EndProjectSection EndProjectSection
......
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