1
0
Fork 0
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:
Michael Hollister 2025-04-17 14:53:19 -05:00
parent 5ac7de20d3
commit 271ba4866e

View file

@ -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