mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Publish intermediate dependencies in a http accessible directory.
Those dependencies will be used by travis CI in other projects. We want to avoid other project to need a ssh key to get them : - To avoid spread(and maintenance) of ssh key. - For PR coming from another repositories, ssh key is not available. By making those dependencies available by http, we simplify the process. Fix partially #34. Archives download need to be updated in client projects.
This commit is contained in:
@ -12,7 +12,7 @@ if [[ "x$DEPS_ARCHIVES" != "x" ]]
|
|||||||
then
|
then
|
||||||
scp -vp -i ${SSH_KEY} \
|
scp -vp -i ${SSH_KEY} \
|
||||||
${DEPS_ARCHIVES} \
|
${DEPS_ARCHIVES} \
|
||||||
nightlybot@download.kiwix.org:~/travis_deps/
|
nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
NIGHTLY_ARCHIVES=$(find $NIGHTLY_ARCHIVES_DIR -type f)
|
NIGHTLY_ARCHIVES=$(find $NIGHTLY_ARCHIVES_DIR -type f)
|
||||||
|
Reference in New Issue
Block a user