debug
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-01-09 14:53:12 +01:00
parent 799ef9e00b
commit ae938d10b9

View File

@ -10,7 +10,6 @@ if [ "$MD5_CHECKSUM" = "" ]; then
exit 1
fi
echo $ENCRYPTION_KEY
SECRETS_CIPHERTEXT_FILE=secrets.enc
SECRETS_PLAINTEXT_FILE=/tmp/secrets
@ -39,7 +38,7 @@ if [ "$MD5_CHECKSUM" != "$CALCULATED_CHECKSUM" ]; then
exit 1
fi
# cat $TMP_FILE
cat $TMP_FILE
mv $TMP_FILE $SECRETS_PLAINTEXT_FILE