Skip to content

Commit

Permalink
Merge pull request #1172 from martenson/fix-dockerimage-version
Browse files Browse the repository at this point in the history
[15.10] run 15.10 tests on older docker image
  • Loading branch information
nsoranzo committed Nov 25, 2015
2 parents d89670e + be7b003 commit a5200a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -85,7 +85,7 @@ then
shift
DOCKER_EXTRA_ARGS=${DOCKER_ARGS:-""}
DOCKER_RUN_EXTRA_ARGS=${DOCKER_RUN_EXTRA_ARGS:-""}
DOCKER_IMAGE=${DOCKER_IMAGE:-"galaxy/testing-base"}
DOCKER_IMAGE=${DOCKER_IMAGE:-"galaxy/testing-base:15.10.0"}
if [ "$1" = "--db" ]; then
db_type=$2
shift 2
Expand Down

0 comments on commit a5200a4

Please sign in to comment.