ARCH LINUX WILL SAVE THE DAY
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent 0c622edc61
commit 5a7df8bbd0

@ -9,9 +9,9 @@ pipeline:
when: when:
event: [ pull_request, push ] event: [ pull_request, push ]
publish: publish:
image: bitnami/git image: archlinux
commands: commands:
- curl www.ruthenic.com - pacman -S git
- git config --global credential.helper store - git config --global credential.helper store
- git config --global user.name "BotUser" - git config --global user.name "BotUser"
- git config --global user.email "awaynian.trow@gmail.com" - git config --global user.email "awaynian.trow@gmail.com"
@ -26,3 +26,5 @@ pipeline:
- git commit -m "Update build" - git commit -m "Update build"
- git push --force -u origin master - git push --force -u origin master
secrets: [ access_token ] secrets: [ access_token ]
when:
event: [ push ]

Loading…
Cancel
Save