This commit is contained in:
sonny 2023-06-25 11:27:21 +02:00
parent 66942eea69
commit 5eb0f60ff9

View file

@ -26,7 +26,7 @@ production-build:
stage: build stage: build
image: python:3.11 image: python:3.11
script: script:
- make install-prod - make install-production
- transip-listen --help - transip-listen --help
only: only:
- main - main