Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
samba-ad-dc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
k8s
H
helm
charts
samba-ad-dc
Commits
775fc07d
Commit
775fc07d
authored
Oct 09, 2020
by
Dan Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trigger charts pipeline rebuild
parent
35608876
Pipeline
#27693
failed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
.gitlab-ci.yml
.gitlab-ci.yml
+11
-0
No files found.
.gitlab-ci.yml
View file @
775fc07d
stages
:
-
test
-
release
-
deploy
include
:
-
project
:
"
gitlab/ci/templates"
...
...
@@ -12,6 +13,9 @@ include:
-
project
:
"
gitlab/ci/templates"
ref
:
"
master"
file
:
"
k8s/HelmTag.gitlab-ci.yml"
-
project
:
'
gitlab/ci/templates'
ref
:
'
master'
file
:
'
gitlab/TriggerPipeline.gitlab-ci.yml'
lint
:
extends
:
.helm_lint
...
...
@@ -30,3 +34,10 @@ release:
stage
:
release
tags
:
-
docker-runner
# Pipeline trigger customizations for running pipeline on project #99999
trigger_pipeline
:
extends
:
.trigger_pipeline
stage
:
deploy
tags
:
-
docker-runner
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