fjpoikdsfjlskd
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent c194736f9e
commit b77ea9f885

@ -14,6 +14,7 @@ pipeline:
commands:
- git config --global user.name "BotUser"
- git config --global user.email "awaynian.trow@gmail.com"
- git config user.password $access_token
- git config --global init.defaultBranch "master"
- mkdir /tmp/build
- cp dist/build.js /tmp/build
@ -22,4 +23,4 @@ pipeline:
- git remote add origin "https://git.ruthenic.com/Demon/demoncord-builds.git"
- git add .
- git commit -m "Update build"
- echo $access_token | git push --force -u origin master
- git push --force -u origin master

Loading…
Cancel
Save