mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
CI: Disabling upload hostkey verification on Mac
This commit is contained in:
parent
5ac7de20d3
commit
271ba4866e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ buildMac:
|
||||||
- npm run build
|
- npm run build
|
||||||
- npm run make -- --platform="darwin" --arch="arm64"
|
- npm run make -- --platform="darwin" --arch="arm64"
|
||||||
- npm run make -- --platform="darwin" --arch="x64"
|
- npm run make -- --platform="darwin" --arch="x64"
|
||||||
- scp -r out/make/* root@$FCAST_DO_RUNNER_IP:/artifacts/
|
- scp -o StrictHostKeyChecking=no -r out/make/* root@$FCAST_DO_RUNNER_IP:/artifacts/
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: false
|
untracked: false
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue