Clone using ssh url instead
ci/woodpecker/push/woodpecker Pipeline failed Details

Jef Roosens 2022-04-17 17:49:25 +02:00
parent 1529b6a3f6
commit 5833d5e9c2
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ pipeline:
- export "COMMIT_HASH=$(git rev-parse --short HEAD)"
- export "COMMIT_MSG=$(git log -1 --oneline --pretty='%s' HEAD)"
- rm -rf vc
- git clone --depth=1 https://git.rustybever.be/Chewing_Bever/vc
- git clone --depth=1 'git@git.rustybever.be:Chewing_Bever/vc.git'
- rm -rf vc/v.c vc/v_win.c
- ./v -o vc/v.c -os cross cmd/v
- ./v -o vc/v_win.c -os windows -cc msvc cmd/v