Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
packages
Commits
1dc37387
Commit
1dc37387
authored
Nov 19, 2020
by
Lars Beckers
Browse files
CI: allow failure of currently unused packages
parent
b8676e4c
Pipeline
#4205
passed with stage
in 12 minutes and 53 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1dc37387
...
@@ -40,6 +40,7 @@ ganeti:
...
@@ -40,6 +40,7 @@ ganeti:
grml-zsh-config
:
grml-zsh-config
:
stage
:
build
stage
:
build
script
:
scripts/grml-zsh-config.sh
script
:
scripts/grml-zsh-config.sh
allow_failure
:
true
artifacts
:
artifacts
:
paths
:
paths
:
-
packages/*
-
packages/*
...
@@ -47,6 +48,7 @@ grml-zsh-config:
...
@@ -47,6 +48,7 @@ grml-zsh-config:
painintheapt
:
painintheapt
:
stage
:
build
stage
:
build
script
:
scripts/painintheapt.sh
script
:
scripts/painintheapt.sh
allow_failure
:
true
artifacts
:
artifacts
:
paths
:
paths
:
-
packages/*
-
packages/*
Write
Preview
Supports
Markdown
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