Skip to content
Snippets Groups Projects
Commit 4a90b76e authored by Roman Dvořák's avatar Roman Dvořák
Browse files

fix pipeline

parent 6771daa3
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,6 @@ setup: ...@@ -14,8 +14,6 @@ setup:
- apt-get update - apt-get update
- apt-get install -y zip - apt-get install -y zip
script: script:
- pip install poetry==1.8.2
- poetry install
- ./utilities.sh # Running the script to setup directories and copy files - ./utilities.sh # Running the script to setup directories and copy files
- mkdir -p files-from-repos - mkdir -p files-from-repos
- zip -r ./files-from-repos/deployment-files.zip ./frontend/docker/nginx-deployment/ - zip -r ./files-from-repos/deployment-files.zip ./frontend/docker/nginx-deployment/
...@@ -31,6 +29,8 @@ setup: ...@@ -31,6 +29,8 @@ setup:
build: build:
stage: build stage: build
script: script:
- pip install poetry==1.8.2
- poetry install
- poetry run mkdocs build --strict --verbose --site-dir public - poetry run mkdocs build --strict --verbose --site-dir public
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment