Skip to content

Commit

Permalink
jenkins is not a tty (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Oct 27, 2020
1 parent dabfdd8 commit 1cd1a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(aws --region us-east-1 ecr get-login --no-include-email)

docker pull $DOCKER_IMAGE

docker run --rm -it \
docker run --rm \
--mount type=bind,source=`pwd`,target=/aws-crt-python \
--workdir /aws-crt-python \
--entrypoint /bin/bash \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(aws --region us-east-1 ecr get-login --no-include-email)

docker pull $DOCKER_IMAGE

docker run --rm -it \
docker run --rm \
--mount type=bind,source=`pwd`,target=/aws-crt-python \
--workdir /aws-crt-python \
--entrypoint /bin/bash \
Expand Down

0 comments on commit 1cd1a7f

Please sign in to comment.