okay but will it work this time
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent b77ea9f885
commit 1f910f6041

@ -12,9 +12,10 @@ pipeline:
image: bitnami/git
secrets: [ access_token ]
commands:
- git config --global credential.helper store
- git config --global user.name "BotUser"
- git config --global user.email "awaynian.trow@gmail.com"
- git config user.password $access_token
- git config --global user.password $access_token
- git config --global init.defaultBranch "master"
- mkdir /tmp/build
- cp dist/build.js /tmp/build

Loading…
Cancel
Save