We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22907b commit 147b072Copy full SHA for 147b072
.travis.yml
@@ -18,7 +18,7 @@ install:
18
script:
19
- export PYTHON_DIR="python$(echo "$PYTHON_VERSION" | cut -d. -f 1-2)"
20
- export PYTHON_URL="https://www.python.org/ftp/python/$(perl -e 'shift=~/([\d.]+)/;print$1' "$PYTHON_VERSION")/Python-$PYTHON_VERSION.tar.xz"
21
- - docker run -e ARCH="$ARCH" PYTHON_DIR="$PYTHON_DIR" -e PYTHON_URL="$PYTHON_URL" -v "$(pwd):/code" dmoj/runtimes-tier1:"${ARCH}"-latest
+ - docker run -e ARCH="$ARCH" -e PYTHON_DIR="$PYTHON_DIR" -e PYTHON_URL="$PYTHON_URL" -v "$(pwd):/code" dmoj/runtimes-tier1:"${ARCH}"-latest
22
deploy:
23
provider: releases
24
api_key:
0 commit comments