Jenkins.sh: only fetch head of dependency branches

pull/4754/head
Richard van der Hoff 2017-08-08 09:47:03 +01:00
parent 7b024751d1
commit c31f66aed5
1 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,11 @@ nvm use 6
set -x
# check out corresponding branches of dependencies
`dirname $0`/fetch-develop.deps.sh
# check out corresponding branches of dependencies.
#
# clone the deps with depth 1: we know we will only ever need that one
# commit.
`dirname $0`/fetch-develop.deps.sh --depth 1
npm install