Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
731f0bb1
Commit
731f0bb1
authored
8 years ago
by
Paul Bourke
Browse files
Options
Downloads
Patches
Plain Diff
Add force flag to cleanup-images
TrivialFix Change-Id: I83dfca7d0ad38411ac43ca89de439705a8e5aa12
parent
e415f3a3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/cleanup-images
+1
-1
1 addition, 1 deletion
tools/cleanup-images
with
1 addition
and
1 deletion
tools/cleanup-images
+
1
−
1
View file @
731f0bb1
...
@@ -13,4 +13,4 @@ if [[ -z "$KOLLA_IMAGES" ]]; then
...
@@ -13,4 +13,4 @@ if [[ -z "$KOLLA_IMAGES" ]]; then
exit
0
exit
0
fi
fi
docker rmi
$@
$KOLLA_IMAGES
docker rmi
-f
$@
$KOLLA_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