Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-ci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL ITS
docker-ci
Commits
3306656c
Commit
3306656c
authored
4 years ago
by
Roger Feese
Browse files
Options
Downloads
Patches
Plain Diff
Added dotnet-build-server to ci config.
parent
03709335
Branches
Branches containing commit
No related tags found
2 merge requests
!58
Add dotnet-build-server
,
!56
Add dotnet build server
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/build.yml
+14
-0
14 additions, 0 deletions
.gitlab/ci/build.yml
.gitlab/ci/publish.yml
+14
-0
14 additions, 0 deletions
.gitlab/ci/publish.yml
with
28 additions
and
0 deletions
.gitlab/ci/build.yml
+
14
−
0
View file @
3306656c
...
...
@@ -119,3 +119,17 @@ Make Detect Secrets:
-
detect-secrets/**/*
except
:
-
schedules
Make dotnet-build-server
:
stage
:
build
tags
:
-
linux
-
dockerd
script
:
-
make dotnet
only
:
changes
:
-
dotnet-build-server/*
-
dotnet-build-server/**/*
This diff is collapsed.
Click to expand it.
.gitlab/ci/publish.yml
+
14
−
0
View file @
3306656c
...
...
@@ -133,3 +133,17 @@ Publish Detect Secrets:
-
detect-secrets/**/*
except
:
-
schedules
Publish dotnets
:
<<
:
*push_to_registry
variables
:
IMG_NAME
:
"
dotnet-build-server"
needs
:
[
"
Make
dotnet-build-server"
]
only
:
refs
:
-
master
changes
:
-
dotnet-build-server/*
-
dotnet-build-server/**/*
except
:
-
schedules
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment