Fixed build command

This commit is contained in:
Joel Collins 2020-05-15 17:55:37 +01:00
parent c04ff1b891
commit dff8a0d217

View file

@ -26,7 +26,7 @@ build:
script: script:
- $HOME/.poetry/bin/poetry install - $HOME/.poetry/bin/poetry install
- $HOME/.poetry/bin/poetry run build_static - $HOME/.poetry/bin/poetry run build_static
- $HOME/.poetry/bin/poetry run build - $HOME/.poetry/bin/poetry build
artifacts: artifacts:
name: "dist" name: "dist"