X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpacker-clear-credentials.sh;h=093b16b4f783eb69b988c5c354b97057db2fc61a;hb=7265d1f18e9895a1d86449c3ee9fa57edd023df9;hp=099f559151712b3e5f9bb8a1acedbc74fbbb19f8;hpb=10821edc619b09e4623884b02900c39431f8a809;p=releng%2Fglobal-jjb.git diff --git a/shell/packer-clear-credentials.sh b/shell/packer-clear-credentials.sh index 099f5591..093b16b4 100644 --- a/shell/packer-clear-credentials.sh +++ b/shell/packer-clear-credentials.sh @@ -10,8 +10,6 @@ ############################################################################## echo "---> packer-clear-credentials.sh" -#!/bin/bash set +e # DO NOT cause build failure if any of the rm calls fail. rm "$CLOUDENV" -rm "$HOME/.config/openstack/clouds.yaml" exit 0