From 3570bfa39d359ed2d1865453a977f949f228bdc4 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:42:20 +0100 Subject: [PATCH] ci: fix test_docker.sh (cherry-pick #12878) (#12879) ci: fix test_docker.sh (#12878) Signed-off-by: Marc 'risson' Schmitt Co-authored-by: Marc 'risson' Schmitt --- scripts/test_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_docker.sh b/scripts/test_docker.sh index c1538b809e..c4b12342f5 100755 --- a/scripts/test_docker.sh +++ b/scripts/test_docker.sh @@ -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"