Skip to content

Commit

Permalink
Fix typo in Dockerfile path
Browse files Browse the repository at this point in the history
The folder path is py27, not py2!
  • Loading branch information
Eric-Arellano committed Feb 17, 2019
1 parent 28b9e8b commit e87f567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ py27_linux_build_wheels_ucs2: &py27_linux_build_wheels_ucs2
--build-arg "TRAVIS_UID=$(id -u)"
--build-arg "TRAVIS_GROUP=$(id -gn)"
--build-arg "TRAVIS_GID=$(id -g)"
build-support/docker/travis_ci_py2_ucs2/
build-support/docker/travis_ci_py27_ucs2/
- &docker_dry_run_release docker run --rm -t
-v "${HOME}:/travis/home"
-v "${TRAVIS_BUILD_DIR}:/travis/workdir"
Expand Down
2 changes: 1 addition & 1 deletion build-support/travis/travis.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ py27_linux_build_wheels_ucs2: &py27_linux_build_wheels_ucs2
--build-arg "TRAVIS_UID=$(id -u)"
--build-arg "TRAVIS_GROUP=$(id -gn)"
--build-arg "TRAVIS_GID=$(id -g)"
build-support/docker/travis_ci_py2_ucs2/
build-support/docker/travis_ci_py27_ucs2/
- &docker_dry_run_release docker run --rm -t
-v "${HOME}:/travis/home"
-v "${TRAVIS_BUILD_DIR}:/travis/workdir"
Expand Down

0 comments on commit e87f567

Please sign in to comment.