fix ci, 4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2023-12-19 12:05:07 +01:00
parent f6728eb898
commit dae37100f5
2 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,6 @@ if [ "$MD5_CHECKSUM" = "" ]; then
fi
SECRETS_CIPHERTEXT_FILE=secrets.enc
SECRETS_PLAINTEXT_FILE=secrets
TMP_FILE=`mktemp`
POD_NAME_SUFFIX=`date +%s`
@ -37,6 +36,6 @@ if [ "$MD5_CHECKSUM" != "$CALCULATED_CHECKSUM" ]; then
exit 1
fi
mv $TMP_FILE $SECRETS_PLAINTEXT_FILE
mv $TMP_FILE /tmp/$SECRETS_PLAINTEXT_FILE