Merge "jjb: infra: bifrost-verity: Ignore missing landing page"
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 30 Jan 2017 13:17:54 +0000 (13:17 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 30 Jan 2017 13:17:54 +0000 (13:17 +0000)
jjb/infra/bifrost-verify.sh

index bb47848..94c7dac 100755 (executable)
@@ -22,7 +22,7 @@ function upload_logs() {
     # stale information.
     # TODO: Maybe cleanup the entire $BIFROST_GS_URL directory
     # before we upload the new data.
-    gsutil -q rm ${BIFROST_GS_URL}/index.html
+    gsutil -q rm ${BIFROST_GS_URL}/index.html || true
 
     if [[ -d ${WORKSPACE}/logs ]]; then
         echo "Uploading collected bifrost logs to ${BIFROST_LOG_URL}"