Skip to content

Commit

Permalink
Merge pull request #3370 from jmchilton/integration_tests_2
Browse files Browse the repository at this point in the history
Fix automatic handling of Jenkins BUILD_NUMBER in Dockerized tests.
  • Loading branch information
bgruening authored Jan 1, 2017
2 parents 408254f + 487506c commit 29e5bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ then
shift
fi
echo "Launching docker container for testing..."
docker $DOCKER_EXTRA_ARGS run $DOCKER_RUN_EXTRA_ARGS -e "GALAXY_TEST_DATABASE_TYPE=$db_type" --rm -v `pwd`:/galaxy $DOCKER_IMAGE "$@"
docker $DOCKER_EXTRA_ARGS run $DOCKER_RUN_EXTRA_ARGS -e "BUILD_NUMBER=$BUILD_NUMBER" -e "GALAXY_TEST_DATABASE_TYPE=$db_type" --rm -v `pwd`:/galaxy $DOCKER_IMAGE "$@"
exit $?
fi

Expand Down

0 comments on commit 29e5bd4

Please sign in to comment.