mirror of
https://github.com/grafana/tempo.git
synced 2025-03-15 15:18:31 +00:00
Remove -o pipefail from image-tag script (#816)
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:
@ -2,7 +2,6 @@
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
SHA="$(git rev-parse --short HEAD)"
|
||||
|
||||
|
Reference in New Issue
Block a user