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:
committed by
GitHub
parent
35ab51e4c5
commit
3570bfa39d
@ -2,7 +2,7 @@
|
|||||||
set -e -x -o pipefail
|
set -e -x -o pipefail
|
||||||
hash="$(git rev-parse HEAD || openssl rand -base64 36)"
|
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
|
if [ -f .env ]; then
|
||||||
echo "Existing .env file, aborting"
|
echo "Existing .env file, aborting"
|
||||||
|
|||||||
Reference in New Issue
Block a user