No need to install prereqs twice on circleci.com

This commit is contained in:
Jesse Zoldak
2015-08-06 10:48:39 -04:00
parent df936837ae
commit f8766891f0
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ set -e
# piped command, or a zero if they all succeed.
set -o pipefail
# There is no need to install the prereqs, as this was already
# just done via the dependencies override section of circle.yml.
export NO_PREREQ_INSTALL='true'
EXIT=0
case $CIRCLE_NODE_INDEX in