Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! [IMP] Add Dockerfile and hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Aug 25, 2017
1 parent 11f83b6 commit 4138acf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/docker_run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ tag = os.environ.get(
image = os.environ.get("DOCKER_IMAGE", "oca/maintainer-quality-tools")
container_env = {key: value for key, value in os.environ.items()
if key in CONTAINER_VARIABLES}
container_env.setdefault(
"TRAVIS_BUILD_DIR", "/root/build/{}".format(os.environ["OWNER_REPO"]))

# Run container
client = docker.from_env()
Expand Down

0 comments on commit 4138acf

Please sign in to comment.