Corelibs composer update

This commit is contained in:
Clemens Schwaighofer
2024-05-22 10:54:29 +09:00
parent 9b80fde0d7
commit e88ad00d7f
15 changed files with 105 additions and 104 deletions
+1 -1
View File
@@ -1 +1 @@
4.4.1
4.5.1
+2
View File
@@ -49,6 +49,7 @@ if [ "${go_flag}" != "go" ]; then
fi;
echo "[START]";
# gitea
if [ ! -z "${GITEA_UPLOAD_FILENAME}" ] &&
[ ! -z "${GITEA_URL_DL}" ] && [ ! -z "${GITEA_URL_PUSH}" ] &&
@@ -82,6 +83,7 @@ if [ ! -z "${GITLAB_URL}" ] && [ ! -z "${GITLAB_DEPLOY_TOKEN}" ]; then
else
echo "Missing GITLAB_DEPLOY_TOKEN environment variable";
fi;
echo "";
echo "[DONE]";