summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-docker.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-01 01:13:09 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-01 01:14:26 +0200
commit25fa14dc1bffa7489af741f40403442912d5d533 (patch)
tree33ca75b04f23bfe52952753337cef8917c317705 /.gitlab-ci/run-docker.sh
parent1f0c2c0a0d2c76d0b2d351013bb14be092af45a6 (diff)
downloadpygobject-25fa14dc1bffa7489af741f40403442912d5d533.tar.gz
gitlab-ci: update pyenv versions and add pypy3 job
Diffstat (limited to '.gitlab-ci/run-docker.sh')
-rwxr-xr-x.gitlab-ci/run-docker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 0b3757fc..5f8b7ea7 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -2,10 +2,10 @@
set -e
-TAG="lazka/pygobject:pyenv"
+TAG="lazka/pygobject:v3"
sudo docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
--file "Dockerfile" .
-sudo docker run -e PYENV_VERSION='3.6.4' --rm \
+sudo docker run -e PYENV_VERSION='3.6.5' --rm \
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
--tty --interactive "${TAG}" bash