migrate content #1

Merged
OCram85 merged 24 commits from migrate/content into main 2024-05-14 07:40:39 +02:00
2 changed files with 11 additions and 5 deletions
Showing only changes of commit 9dba2b27d8 - Show all commits

View File

@ -1,11 +1,12 @@
FROM curlimages/curl:8.7.1
ENV PLUGIN_OWNER
ENV PLUGIN_PACKAGE_NAME
ENV PLUGIN_PACKAGE_VERSION
ENV PLUGIN_FILE_NAME
#ENV PLUGIN_OWNER
#ENV PLUGIN_PACKAGE_NAME
#ENV PLUGIN_PACKAGE_VERSION
#ENV PLUGIN_FILE_NAME
ENV PLUGIN_UPDATE
#ENV PLUGIN_UPDATE
ENV PLUGIN_DEBUG="1"
COPY gitea-package.sh /app
WORKDIR /app

View File

@ -43,6 +43,11 @@ showENV () {
}
main() {
if [ -n "$PLUGIN_DEBUG" ]; then
echo
else
sayW "Debug mode disabled."
fi
showENV
}