1
0
mirror of https://github.com/grafana/tempo.git synced 2025-03-15 15:18:31 +00:00

Remove -o pipefail from image-tag script ()

It is a bash-ism so not supported in some environments

Script doesn't have any pipelines where we could get a failure protected by pipefail
This commit is contained in:
Bryan Boreham
2021-07-15 13:31:33 +01:00
committed by GitHub
parent 2ad27e7cbd
commit 3638caa90f

@ -2,7 +2,6 @@
set -o errexit
set -o nounset
set -o pipefail
SHA="$(git rev-parse --short HEAD)"