summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-01-30 13:17:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-30 13:17:54 +0000
commit46efd788b734627064e3f2f50f666ce13aeee922 (patch)
treef136cb9b6f2bbe4c19104ee6ddbc790fc8aa4269
parentea7a78ff00e310bf709ac0e2853cd1aa415b23bd (diff)
parentdf73e2f3a8fe8b0170a431f1fbe9f7a19c516653 (diff)
Merge "jjb: infra: bifrost-verity: Ignore missing landing page"
-rwxr-xr-xjjb/infra/bifrost-verify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/infra/bifrost-verify.sh b/jjb/infra/bifrost-verify.sh
index bb4784809..94c7dacfa 100755
--- a/jjb/infra/bifrost-verify.sh
+++ b/jjb/infra/bifrost-verify.sh
@@ -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}"