diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-01-30 13:17:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-30 13:17:54 +0000 |
commit | 46efd788b734627064e3f2f50f666ce13aeee922 (patch) | |
tree | f136cb9b6f2bbe4c19104ee6ddbc790fc8aa4269 /jjb | |
parent | ea7a78ff00e310bf709ac0e2853cd1aa415b23bd (diff) | |
parent | df73e2f3a8fe8b0170a431f1fbe9f7a19c516653 (diff) |
Merge "jjb: infra: bifrost-verity: Ignore missing landing page"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/infra/bifrost-verify.sh | 2 |
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}" |