Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
hg-git
Commits
525422143b27
Commit
52542214
authored
Jan 28, 2021
by
Dan Villiom Podlaski Christiansen
Browse files
ci: allow building images manually
parent
01ea7bb5548b
Pipeline
#17415
failed with stages
in 9 minutes and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
52542214
...
...
@@ -124,8 +124,9 @@
stage
:
images
tags
:
-
container-registry-push
only
:
-
schedules
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
-
if
:
'
$CI_BUILD_IMAGES
==
"1"'
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
...
...
@@ -183,8 +184,6 @@
# Build branch images; factored out so it may be invoked separately
Current images
:
extends
:
Release images
only
:
-
schedules
parallel
:
matrix
:
-
PYTHON
:
...
...
@@ -207,8 +206,9 @@
# Builds the image used by tests/test-networking.t
Git service image
:
stage
:
images
only
:
-
schedules
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"schedule"'
-
if
:
'
$CI_BUILD_IMAGES
==
"1"'
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
...
...
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