Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
helm-charts
Shibboleth SP
Helm Chart
Commits
9e905fb3
Commit
9e905fb3
authored
May 31, 2021
by
Sandro Mathys
Browse files
use simpler syntax to limit jobs by tag pushes
parent
57f0ef61
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e905fb3
...
...
@@ -128,8 +128,7 @@ package:
environment
:
name
:
release
only
:
variables
:
-
$CI_COMMIT_TAG
-
tags
interruptible
:
true
extends
:
.set-helm-version
...
...
@@ -144,8 +143,7 @@ upload:
environment
:
name
:
release
only
:
variables
:
-
$CI_COMMIT_TAG
-
tags
interruptible
:
true
extends
:
.set-helm-version
...
...
@@ -160,8 +158,7 @@ release:
environment
:
name
:
release
only
:
variables
:
-
$CI_COMMIT_TAG
-
tags
interruptible
:
true
# script or trigger is required :/
script
:
...
...
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