Fill CI_COMMIT_REF variable on Gitea
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 10m9s
All checks were successful
OSCW Runner Container Build / OSCW-Runner-Container (push) Successful in 10m9s
This commit is contained in:
parent
c29e6a7637
commit
918cf07280
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user