set pipefail

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2022-10-16 23:08:08 +02:00
parent ffedbef726
commit 392c96baec
@@ -1,5 +1,7 @@
#!/bin/bash
set -euo pipefail
# Cleanes up orphaned entities for the provided Backstage URL, defaults to the local backend
BACKSTAGE_URL=${1:-'http://localhost:7007'}
echo $BACKSTAGE_URL