Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
0738ce81
Commit
0738ce81
authored
Jun 01, 2018
by
eric pellegrini
Browse files
Bugfix in gitlab:clean_docker
parent
b6d268a5
Pipeline
#3793
failed with stages
in 7 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0738ce81
...
...
@@ -204,7 +204,7 @@ clean_docker:
when
:
always
script
:
-
docker rm `docker ps -q -f "status=exited"`
-
docker images -a --format "{{.Repository}}:{{.Tag}}" | grep mdanse | xargs docker rmi -f
-
docker images -a --format "{{.Repository}}:{{.Tag}}" | grep
_
mdanse
_
| xargs docker rmi -f
-
docker rmi `docker images -q -f "dangling=true"`
tags
:
-
docker
...
...
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