Skip to content

Commit

Permalink
Merge pull request #113 from statisticsnorway/change-poetry-git-inter…
Browse files Browse the repository at this point in the history
…face

Change Poetry to use the system git client
  • Loading branch information
mallport authored Nov 27, 2023
2 parents 2c62080 + 76164f5 commit 262ed2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/jupyterhub/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ DOCKER_HUB_IMAGE=nexus.ssb.no:8439/artifact-registry-5n/dapla-stat-docker/jupyte
STATBANK_AUTHENTICATOR_IMAGE=nexus.ssb.no:8437/prod-bip/ssb/dapla/dapla-statbank-authenticator:0.1.6
STATBANK_BASE_URL=https://i.ssb.no/
JUPYTERHUB_HTTP_REFERER=https://sl-jupyter-p.ssb.no/
POETRY_EXPERIMENTAL_SYSTEM_GIT_CLIENT=true # Needs to be enabled until this issue is fixed
# https://github.com/jelmer/dulwich/issues/1227
2 changes: 2 additions & 0 deletions docker/jupyterhub/.env.staging
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ DOCKER_HUB_IMAGE=nexus.ssb.no:8439/artifact-registry-5n/dapla-stat-docker/jupyte
STATBANK_AUTHENTICATOR_IMAGE=nexus.ssb.no:8437/prod-bip/ssb/dapla/dapla-statbank-authenticator:latest
STATBANK_BASE_URL=https://i.test.ssb.no/
JUPYTERHUB_HTTP_REFERER=https://sl-jupyter-t.ssb.no/
POETRY_EXPERIMENTAL_SYSTEM_GIT_CLIENT=true # Needs to be enabled until this issue is fixed
# https://github.com/jelmer/dulwich/issues/1227

0 comments on commit 262ed2f

Please sign in to comment.