ci: fix test_docker.sh (cherry-pick #12878) (#12879)

ci: fix test_docker.sh (#12878)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
gcp-cherry-pick-bot[bot]
2025-01-29 18:42:20 +01:00
committed by GitHub
parent 35ab51e4c5
commit 3570bfa39d

View File

@ -2,7 +2,7 @@
set -e -x -o pipefail
hash="$(git rev-parse HEAD || openssl rand -base64 36)"
AUTHENTIK_TAG="$(echo "$hash" | cut -c1-15)" >.env
AUTHENTIK_TAG="$(echo "$hash" | cut -c1-15)"
if [ -f .env ]; then
echo "Existing .env file, aborting"