Skip to content

Commit

Permalink
fixed env for python version
Browse files Browse the repository at this point in the history
  • Loading branch information
erosert committed Jun 10, 2020
1 parent f196633 commit 5cc718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[ -n "$DOCKER_REPO" ] || DOCKER_REPO=deutscherwetterdienst/python-eccodes
[ -n "$ECBUILD_VERSION" ] || ECBUILD_VERSION="3.3.2"
[ -n "$ECCODES_VERSION" ] || ECCODES_VERSION="2.17.1"
[ -n "$PYTHON_VERSION" ] || ECCODES_VERSION="3.7.7"
[ -n "$PYTHON_VERSION" ] || PYTHON_VERSION="3.7.7"

[ -n "$SOURCE_BRANCH" ] || SOURCE_BRANCH=$(git symbolic-ref -q --short HEAD)
if [[ "${SOURCE_BRANCH/-*/}" =~ ^[0-9][0-9.]*$ ]]; then
Expand Down

0 comments on commit 5cc718e

Please sign in to comment.