Skip to content
Snippets Groups Projects
Commit 5c6628e7 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Update poetry version, remove no longer needed environment variables

parent 4f8b8ae6
No related branches found
No related tags found
No related merge requests found
Pipeline #2508 passed
...@@ -16,15 +16,10 @@ build-openapi-scheme: ...@@ -16,15 +16,10 @@ build-openapi-scheme:
stage: build stage: build
image: python:3.10-alpine image: python:3.10-alpine
variables: variables:
SECRET_KEY: not-a-very-secret-key
DJANGO_SETTINGS_MODULE: steering.settings
# steering.settings switches to sqlite if the VIRTUAL_ENV environment
# variable is present. It’s probably a good idea to refactor this to
# something more explicit.
OPENAPI_JSON: ./public/api.json OPENAPI_JSON: ./public/api.json
before_script: before_script:
- apk add gcc musl-dev zlib-dev jpeg-dev libmagic - apk add gcc musl-dev zlib-dev jpeg-dev libmagic
- pip install poetry==1.2.1 - pip install poetry==1.2.2
- poetry install --without dev,test --no-root - poetry install --without dev,test --no-root
script: script:
- mkdir public - mkdir public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment