Skip to content

Commit 1ae2090

Browse files
committed
only delete own images
1 parent 6737cf0 commit 1ae2090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ travis_cleanup:
194194
@if [ "$(TRAVIS_SCALEWAY_TOKEN)" -a "$(TRAVIS_SCALEWAY_ORGANIZATION)" ]; then \
195195
./scw stop -t $(shell ./scw ps -q) || true; \
196196
./scw rm $(shell ./scw ps -aq) || true; \
197-
./scw rmi $(shell ./scw images -q) || true; \
197+
./scw rmi $(shell ./scw images -f organization=me -q) || true; \
198198
fi
199199

200200

0 commit comments

Comments
 (0)