diff --git a/publish/last.published b/publish/last.published index 0e79152..6b409d9 100644 --- a/publish/last.published +++ b/publish/last.published @@ -1 +1 @@ -8.1.1 +8.1.2 diff --git a/publish/publish.sh b/publish/publish.sh index e608d39..ad39db4 100755 --- a/publish/publish.sh +++ b/publish/publish.sh @@ -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__