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
+1 -1
View File
@@ -1 +1 @@
8.1.1 8.1.2
+3
View File
@@ -31,6 +31,7 @@ source .env.deploy;
cd -; cd -;
set +o allexport; set +o allexport;
echo "[START]";
# gitea # gitea
if [ ! -z "${GITEA_USER}" ] && [ ! -z "${GITEA_TOKEN}" ]; then if [ ! -z "${GITEA_USER}" ] && [ ! -z "${GITEA_TOKEN}" ]; then
curl -LJO \ curl -LJO \
@@ -56,5 +57,7 @@ if [ ! -z "${GITLAB_DEPLOY_TOKEN}" ]; then
else else
echo "Missing GITLAB_DEPLOY_TOKEN environment variable"; echo "Missing GITLAB_DEPLOY_TOKEN environment variable";
fi; fi;
echo "";
echo "[DONE]";
# __END__ # __END__