Skip to content

Commit

Permalink
ci: fix test_docker.sh (cherry-pick #12878) (#12879)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gcp-cherry-pick-bot[bot] and rissson authored Jan 29, 2025
1 parent 35ab51e commit 3570bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3570bfa

Please sign in to comment.