projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
964d188
)
Remove artifacts passing by setting `dependencies: []`
author
jp
<jp+pleroma@supplntr.io>
Tue, 14 Jan 2020 18:45:47 +0000
(13:45 -0500)
committer
jp
<jp+pleroma@supplntr.io>
Tue, 14 Jan 2020 18:45:47 +0000
(13:45 -0500)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index b47bfb59865a62abeb2fdb390f24fd82fa6fbe5e..af9cf5f2410bb734b4db0cebc61a2a56a42540b6 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-271,6
+271,7
@@
docker:
stage: docker
image: docker:latest
cache: {}
+ dependencies: []
variables: &docker-variables
DOCKER_DRIVER: overlay2
DOCKER_HOST: unix:///var/run/docker.sock
@@
-293,11
+294,13
@@
docker:
- dind
only:
- develop
+ - features/docker-updates
docker-stable:
stage: docker
image: docker:latest
cache: {}
+ dependencies: []
variables: *docker-variables
before_script: *before-docker
allow_failure: true