build: updating project layout

This commit is contained in:
D. Moonfire 2022-10-12 16:50:03 -05:00
parent 9897d37afb
commit d5d5042afb

View file

@ -21,7 +21,7 @@ rm -f dmoonfire*
if [ "x$CI" != "x" ]
then
log "changing Git URL to allow for pushing"
git remove 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