Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dotnet-cicd-demo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eoc-group
dotnet-cicd-demo
Commits
cd8fbf95
Commit
cd8fbf95
authored
Aug 14, 2025
by
shipengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit yml
parent
5a80d609
Pipeline
#776
failed with stage
in 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
DotNetCicdDemo.sln
DotNetCicdDemo.sln
+1
-0
No files found.
.gitlab-ci.yml
View file @
cd8fbf95
...
@@ -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
:
...
...
DotNetCicdDemo.sln
View file @
cd8fbf95
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment