We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6737cf0 commit 1ae2090Copy full SHA for 1ae2090
Makefile
@@ -194,7 +194,7 @@ travis_cleanup:
194
@if [ "$(TRAVIS_SCALEWAY_TOKEN)" -a "$(TRAVIS_SCALEWAY_ORGANIZATION)" ]; then \
195
./scw stop -t $(shell ./scw ps -q) || true; \
196
./scw rm $(shell ./scw ps -aq) || true; \
197
- ./scw rmi $(shell ./scw images -q) || true; \
+ ./scw rmi $(shell ./scw images -f organization=me -q) || true; \
198
fi
199
200
0 commit comments