#!/bin/bash set -e -v cd code if [ ${TRAVIS_BUILD_STAGE_NAME} = "Test" ]; then ./test_build.sh $BUILDER_ENV $BUILDER_EXTRAelse ./build.sh -pfi