Merge 'actions' branch - update docker container and move to Gitea Actions
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 6m57s

This commit is contained in:
2023-09-14 22:15:27 +02:00
parent e9acb88e5b
commit 1f26ef9daf
3 changed files with 31 additions and 1 deletions

View File

@@ -3,6 +3,10 @@
SOURCE="${1}"
DESTINATION="${2}"
if [ ${GITHUB_ACTIONS} ] ; then
[ -z ${CI_COMMIT_REF} ] && CI_COMMIT_REF="${GITHUB_REF}"
fi
echo "Publishing CI/CD artifacts for '${CI_COMMIT_REF}'"
echo "$OSCW_ARTIFACTS_USERKEY" | base64 -d > ~/artifacts.key