ensure always github config
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
FloatingGhost 2022-06-17 14:02:15 +01:00
parent c8b39ed1ef
commit f8ce0dee55
1 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,7 @@ pipeline:
- pull_request
image: node:16
commands:
- git config --global url."https://github.com/".insteadOf git://github.com/
- yarn
- yarn lint
@ -18,6 +19,8 @@ pipeline:
commands:
- apt update
- apt install firefox-esr -y --no-install-recommends
- git config --global url."https://github.com/".insteadOf git://github.com/
- yarn
- yarn test
@ -27,8 +30,8 @@ pipeline:
- tag
image: node:16
commands:
- yarn
- git config --global url."https://github.com/".insteadOf git://github.com/
- yarn
- yarn build:prod
release: