Use new drone ci provided repo name
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Nicolai Ort 2023-11-10 14:46:27 +01:00
parent 5da72ff00e
commit 64825a7878
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then
exit 1;
fi
if [ "${PLUGIN_REPO:-null}" = null ]; then
echo "Falling back to drone repo name";
PLUGIN_REPO=$CI_REPO_NAME
echo "Falling back to ci repo name: ${CI_REPO}";
PLUGIN_REPO=$CI_REPO
fi
if [ "${PLUGIN_GITEA_DRAFT:-null}" = null ]; then
PLUGIN_GITEA_DRAFT=false