We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24785b commit 81003c8Copy full SHA for 81003c8
.buildkite/hooks/post-checkout
@@ -4,7 +4,7 @@
4
set +e
5
6
if [[ $BUILDKITE_AGENT_META_DATA_QUEUE == "pipeline-uploader" ]]; then
7
- echo "Skipping on `pipeline-uploader` agents"
+ echo "Skipping on 'pipeline-uploader' agents"
8
exit 0
9
fi
10
@@ -14,4 +14,6 @@ for id in $(docker ps --quiet); do
14
docker kill $id
15
done
16
17
-docker system prune --all --volumes --force
+docker container prune --force
18
+docker volume prune --force
19
+docker network prune --force
0 commit comments