Skip to content

Commit 139f28a

Browse files
committed
build and deploy pygeoapi from master/core branch
1 parent 85c226f commit 139f28a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/pygeoapi/env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ export DOCKER_IMAGE_VERSION="dev"
1717
export DOCKER_IMAGE="${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_VERSION}"
1818

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

0 commit comments

Comments
 (0)