build: working on Woodpecker release process
This commit is contained in:
parent
6637156f74
commit
aae91bdf70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue