mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-13 16:14:36 +08:00
ci: Use public URI for the Mailsync repository
Now that it's all released there's no need to use special git code
This commit is contained in:
parent
bacbfc648a
commit
09aa33702e
2 changed files with 3 additions and 6 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "mailsync"]
|
[submodule "mailsync"]
|
||||||
path = mailsync
|
path = mailsync
|
||||||
url = git@github.com:Foundry376/Mailspring-Sync.git
|
url = https://github.com/Foundry376/Mailspring-Sync.git
|
||||||
|
|
|
@ -75,11 +75,8 @@ before_install:
|
||||||
- mkdir app/build/resources/certs;
|
- mkdir app/build/resources/certs;
|
||||||
- tar xvf app/build/resources/certs.tar --directory=app/build/resources/;
|
- tar xvf app/build/resources/certs.tar --directory=app/build/resources/;
|
||||||
- source app/build/resources/certs/mac/set_unix_env.sh;
|
- source app/build/resources/certs/mac/set_unix_env.sh;
|
||||||
# Checkout the (currently private) C++ Mailsync codebase
|
# Checkout the C++ Mailsync codebase
|
||||||
- GIT_SSH_COMMAND='ssh -i app/build/resources/certs/mailsync-deploy-key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|
- git submodule update --init mailsync
|
||||||
SSH_ASKPASS=/Users/travis/build/Foundry376/Mailspring/app/build/resources/certs/ssh-askpass-fix
|
|
||||||
DISPLAY=nothing:0
|
|
||||||
git submodule update --init mailsync
|
|
||||||
|
|
||||||
# Resolves https://travis-ci.community/t/npm-ci-will-fail-if-cached-dependency-includes-npm/4203/6
|
# Resolves https://travis-ci.community/t/npm-ci-will-fail-if-cached-dependency-includes-npm/4203/6
|
||||||
# Don't run the copy of npm inside node_modules when erasing + building the node_modules...
|
# Don't run the copy of npm inside node_modules when erasing + building the node_modules...
|
||||||
|
|
Loading…
Add table
Reference in a new issue