osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/27153 )
Change subject: scripts/docker-cleanup.sh: use set -x
......................................................................
scripts/docker-cleanup.sh: use set -x
Change-Id: Iba170128e55a9778467c3d3bcf33a91321a8c29f
---
M scripts/docker-cleanup.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/53/27153/1
diff --git a/scripts/docker-cleanup.sh b/scripts/docker-cleanup.sh
index e7c7d1b..bb16ee4 100755
--- a/scripts/docker-cleanup.sh
+++ b/scripts/docker-cleanup.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -x
# delete all but the latest images
IMAGES=`docker image ls | grep \^osmocom-build | grep -v latest | awk -F ' '
'{print $1":"$2}'`
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/27153
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iba170128e55a9778467c3d3bcf33a91321a8c29f
Gerrit-Change-Number: 27153
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-MessageType: newchange