build: working on Woodpecker release process

This commit is contained in:
D. Moonfire 2022-10-12 17:16:40 -05:00
parent 6637156f74
commit aae91bdf70

View file

@ -21,7 +21,7 @@ rm -f dmoonfire*
if [ "x$CI" != "x" ]
then
log "changing Git URL to allow for pushing"
git remote set-url origin https://dmoonfire:$(GITEA_TOKEN)@src.mfgames.com/fedran-sources/i-will-hurt-you-only-once.git
git remote set-url origin https://dmoonfire:$GITEA_TOKEN@src.mfgames.com/fedran-sources/i-will-hurt-you-only-once.git
else
log "not changing Git URL because we are not in a CI"
fi