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
Pleroma
pleroma
Commits
ff15d6ef
Commit
ff15d6ef
authored
Jan 14, 2020
by
jp
Browse files
Remove artifacts passing by setting `dependencies: []`
parent
964d188a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ff15d6ef
...
...
@@ -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
...
...
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