Skip to content

Commit

Permalink
Merge pull request #108 from matthew-brett/revert-103-custom_docker_i…
Browse files Browse the repository at this point in the history
…mage

Revert "Customize Docker build image"
  • Loading branch information
xoviat authored Dec 28, 2017
2 parents c662450 + 801b749 commit 103f9d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions travis_linux_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,12 @@ function build_multilinux {
# MB_PYTHON_VERSION
# UNICODE_WIDTH (optional)
# BUILD_DEPENDS (optional)
# DOCKER_IMAGE (optional)
# MANYLINUX_URL (optional)
# WHEEL_SDIR (optional)
local plat=$1
[ -z "$plat" ] && echo "plat not defined" && exit 1
local build_cmds="$2"
local docker_image=${DOCKER_IMAGE:-quay.io/pypa/manylinux1_\$plat}
docker_image=$(eval echo "$docker_image")
local docker_image=quay.io/pypa/manylinux1_$plat
retry docker pull $docker_image
docker run --rm \
-e BUILD_COMMANDS="$build_cmds" \
Expand Down

0 comments on commit 103f9d6

Please sign in to comment.