Change the right of travisci_builder_id_key in the .travis.yml
This is better there. Instructions to prepare the ssh should be in the same place.
This commit is contained in:
parent
bea2d13feb
commit
716ffbc9ff
|
@ -4,6 +4,7 @@ sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- openssl aes-256-cbc -K $encrypted_eba2f7543984_key -iv $encrypted_eba2f7543984_iv
|
- openssl aes-256-cbc -K $encrypted_eba2f7543984_key -iv $encrypted_eba2f7543984_iv
|
||||||
-in travis/travisci_builder_id_key.enc -out travis/travisci_builder_id_key -d
|
-in travis/travisci_builder_id_key.enc -out travis/travisci_builder_id_key -d
|
||||||
|
- chmod 600 travis/travisci_builder_id_key
|
||||||
cache: ccache
|
cache: ccache
|
||||||
install: travis/install_extra_deps.sh
|
install: travis/install_extra_deps.sh
|
||||||
script: travis/compile_all.sh
|
script: travis/compile_all.sh
|
||||||
|
|
|
@ -4,7 +4,6 @@ set -e
|
||||||
|
|
||||||
SSH_KEY=travis/travisci_builder_id_key
|
SSH_KEY=travis/travisci_builder_id_key
|
||||||
|
|
||||||
chmod 600 ${SSH_KEY}
|
|
||||||
|
|
||||||
BASE_DIR="BUILD_*/INSTALL"
|
BASE_DIR="BUILD_*/INSTALL"
|
||||||
./kiwix-deploy.py ${BASE_DIR} ${ARCHIVE_TYPE} \
|
./kiwix-deploy.py ${BASE_DIR} ${ARCHIVE_TYPE} \
|
||||||
|
|
Loading…
Reference in New Issue