mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-27 23:14:36 +08:00
Update appveyor build script to fix use of git submodule --quiet
This commit is contained in:
parent
a0a9edb1b2
commit
36ff724805
1 changed files with 29 additions and 29 deletions
|
@ -22,7 +22,7 @@ install:
|
|||
# Clone the submodule
|
||||
- ps: |
|
||||
$env:GIT_SSH_COMMAND="ssh -q -i app/build/resources/certs/mailsync-deploy-key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no";
|
||||
git submodule update --init mailsync --quiet *>$null
|
||||
git submodule --quiet update --init mailsync *>$null
|
||||
|
||||
build_script:
|
||||
- cmd: cd .\mailsync && .\build.cmd && cd ..\
|
||||
|
@ -44,7 +44,7 @@ deploy:
|
|||
secure: XlLzz7sdvrtgi4g459NvxLfrH/+hOutb+0Osz29unfi4Zcw9N8H8SEaq6m3ZeWc+
|
||||
region: us-east-1
|
||||
bucket: mailspring-builds
|
||||
folder: "client/$(commit)"
|
||||
folder: 'client/$(commit)'
|
||||
set_public: true
|
||||
|
||||
# Stop Appveyor from "Discovering Tests" forever
|
||||
|
|
Loading…
Add table
Reference in a new issue