Skip to content

Commit

Permalink
build and deploy pygeoapi from master/core branch
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 11, 2023
1 parent 85c226f commit 139f28a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/pygeoapi/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export DOCKER_IMAGE_VERSION="dev"
export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}"

export PYGEOAPI_REPO="https://github.com/geopython/pygeoapi"
export PYGEOAPI_BRANCH="crs-features-ogc"
# export PYGEOAPI_BRANCH="crs-features-ogc"
export PYGEOAPI_BRANCH="master"
export PYGEOAPI_REPO_ZIP="${PYGEOAPI_REPO}/archive/refs/heads/${PYGEOAPI_BRANCH}.zip"

0 comments on commit 139f28a

Please sign in to comment.