Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
containers
eic_container
Commits
45887e32
Commit
45887e32
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
feat: docker system prune at cleanup
parent
0c246c6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!394
feat: docker system prune at cleanup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-1
11 additions, 1 deletion
.gitlab-ci.yml
with
11 additions
and
1 deletion
.gitlab-ci.yml
+
11
−
1
View file @
45887e32
...
@@ -513,7 +513,7 @@ benchmarks:physics:
...
@@ -513,7 +513,7 @@ benchmarks:physics:
strategy
:
depend
strategy
:
depend
allow_failure
:
false
allow_failure
:
false
clean
up
:
clean
:
stage
:
finalize
stage
:
finalize
dependencies
:
dependencies
:
-
version
-
version
...
@@ -528,3 +528,13 @@ cleanup:
...
@@ -528,3 +528,13 @@ cleanup:
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
if [ "$CI_PIPELINE_SOURCE" == "merge_request_event" ]; then
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
./gitlab-ci/cleanup_registry.sh -i jug_xl -r 69 ${NIGHTLY_TAG}
fi
fi
-
docker images
deep_clean
:
stage
:
finalize
dependencies
:
-
clean
when
:
manual
script
:
-
docker system prune --force
-
docker images
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment