Purge SSH settings

This commit is contained in:
FloatingGhost 2022-06-27 12:27:46 +01:00
commit 7a815f233d
4 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,9 @@ pipeline:
build:
when:
event:
- tag
- push
branch:
- main
image: node:14
commands:
- git config --global url."https://github.com/".insteadOf git://github.com/
@ -37,7 +39,9 @@ pipeline:
release:
when:
event:
- tag
- push
branch:
- main
image: node:16
secrets:
- SCW_ACCESS_KEY