PLEASE
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent 65b6ff1273
commit 3a4ab4903a

@ -14,10 +14,12 @@ pipeline:
commands:
- git config --global user.name "BotUser"
- git config --global user.email "awaynian.trow@gmail.com"
- git config --global init.defaultBranch "master"
- mkdir /tmp/build
- cp dist/build.js /tmp/build
- cd /tmp/build
- git init .
- git remote add origin https://BotUser:$access_token@git.ruthenic.com/Demon/demoncord-builds.git
- git commit -am "Update build"
- git add .
- git commit -m "Update build"
- git push --force -u origin master

Loading…
Cancel
Save