From f8ce0dee55b553486e5e5c90c99e6b4de25ffe40 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 17 Jun 2022 14:02:15 +0100 Subject: [PATCH] ensure always github config --- .woodpecker.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fbc3d745..0a1a1476 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: