Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
docker-abuild
Commits
e8154f4d
Commit
e8154f4d
authored
Jun 19, 2020
by
Carlo Landmeter
Browse files
Merge branch 'rules-ci' into 'master'
ci: switch to using rules See merge request
!63
parents
44f53de9
68b90a7e
Pipeline
#148271
failed with stages
in 0 seconds
Changes
1
Pipelines
134
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8154f4d
...
...
@@ -10,8 +10,8 @@ stages:
.build
:
stage
:
build
only
:
changes
:
rules
:
-
changes
:
-
Dockerfile.in
-
make_images.sh
-
entrypoint.sh
...
...
@@ -45,11 +45,12 @@ build-edge:
.push
:
stage
:
push
only
:
changes
:
-
Dockerfile.in
-
make_images.sh
-
entrypoint.sh
rules
:
-
if
:
'
$CI_PROJECT_PATH
==
"alpine/docker-abuild"
&&
$CI_COMMIT_BRANCH
==
"master"'
changes
:
-
Dockerfile.in
-
make_images.sh
-
entrypoint.sh
push-v3.8
:
extends
:
.push
...
...
@@ -82,11 +83,12 @@ push-edge:
stage
:
manifest
variables
:
DOCKER_CLI_EXPERIMENTAL
:
enabled
only
:
changes
:
-
Dockerfile.in
-
make_images.sh
-
entrypoint.sh
rules
:
-
if
:
'
$CI_PROJECT_PATH
==
"alpine/docker-abuild"
&&
$CI_COMMIT_BRANCH
==
"master"'
changes
:
-
Dockerfile.in
-
make_images.sh
-
entrypoint.sh
manifest-v3.8
:
extends
:
.manifest
...
...
@@ -119,9 +121,10 @@ cleanup:
stage
:
cleanup
script
:
-
docker system prune --force
only
:
changes
:
-
Dockerfile.in
-
make_images.sh
-
entrypoint.sh
rules
:
-
if
:
'
$CI_PROJECT_PATH
==
"alpine/docker-abuild"
&&
$CI_COMMIT_BRANCH
==
"master"'
changes
:
-
Dockerfile.in
-
make_images.sh
-
entrypoint.sh
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment