Skip to content

Commit

Permalink
Add clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Aug 11, 2023
1 parent 29ba7db commit 9a0e426
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/fiware/image-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ for i in "$@" ; do
echo ""
done

for i in "$@" ; do
if [[ $i == "clean" ]]; then
docker rmi -f $(docker images -a -q) | true
fi
done

0 comments on commit 9a0e426

Please sign in to comment.