]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-docker-pull-requests: add a header to indicate on failure script start
authorAlfredo Deza <adeza@redhat.com>
Thu, 6 Oct 2016 12:30:38 +0000 (08:30 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 6 Oct 2016 12:30:38 +0000 (08:30 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-docker-pull-requests/build/failure

index 62c103f6891906654bcdb610510cd0cb7707a8dd..d2092fa903aadd698cc002dc3942d2d69b0c55cb 100644 (file)
@@ -2,6 +2,12 @@
 
 set -ex
 
+# The below calls can be so verbose that using a header will make it
+# easier to track the actual failure point
+printf '=%.0s' {1..100}
+echo "ON FAILURE BUILD STEP"
+printf '=%.0s' {1..100}
+
 # on failure:
 sudo docker images
 sudo docker ps