mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
fix(travis): Fix path to encrypted files
This commit is contained in:
parent
73775ad31a
commit
c651d272b0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ before_install:
|
||||||
fi
|
fi
|
||||||
- if [ "${MIRROR}" = "true" ]; then
|
- if [ "${MIRROR}" = "true" ]; then
|
||||||
git submodule update --init --recursive;
|
git submodule update --init --recursive;
|
||||||
2>/dev/null 1>/dev/null openssl aes-256-cbc -K $encrypted_e6bb7e15b74d_key -iv $encrypted_e6bb7e15b74d_iv -in travis-files-mirror.tar.enc -out src/pro/encrypted_certificates/travis/travis-files.tar -d
|
2>/dev/null 1>/dev/null openssl aes-256-cbc -K $encrypted_e6bb7e15b74d_key -iv $encrypted_e6bb7e15b74d_iv -in src/pro/encrypted_certificates/travis/travis-files-mirror.tar.enc -out src/pro/encrypted_certificates/travis/travis-files.tar -d
|
||||||
mkdir build/resources/certs;
|
mkdir build/resources/certs;
|
||||||
2>/dev/null 1>/dev/null tar xvf src/pro/encrypted_certificates/travis/travis-files.tar --directory=build/resources/certs/;
|
2>/dev/null 1>/dev/null tar xvf src/pro/encrypted_certificates/travis/travis-files.tar --directory=build/resources/certs/;
|
||||||
2>/dev/null 1>/dev/null source build/resources/certs/set_unix_env.sh;
|
2>/dev/null 1>/dev/null source build/resources/certs/set_unix_env.sh;
|
||||||
|
|
Loading…
Reference in a new issue