Release v8.1.2

This commit is contained in:
Clemens Schwaighofer
2023-03-29 10:07:12 +09:00
parent af11bd8199
commit f2d5377347
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1 @@
8.1.1
8.1.2

View File

@@ -31,6 +31,7 @@ source .env.deploy;
cd -;
set +o allexport;
echo "[START]";
# gitea
if [ ! -z "${GITEA_USER}" ] && [ ! -z "${GITEA_TOKEN}" ]; then
curl -LJO \
@@ -56,5 +57,7 @@ if [ ! -z "${GITLAB_DEPLOY_TOKEN}" ]; then
else
echo "Missing GITLAB_DEPLOY_TOKEN environment variable";
fi;
echo "";
echo "[DONE]";
# __END__