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

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatarVít Baisa <xbaisa@fi.muni.cz>
parent 0635c6ee
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ setup: ...@@ -22,9 +22,9 @@ setup:
- ./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
- rm -f files-from-repos/deployment-files.zip - rm -f files-from-repos/deployment-files.zip
- cd frontend/docker/ - pushd frontend/docker/
- zip -r ../../files-from-repos/deployment-files.zip ./nginx-deployment/ -x ./nginx-deployment/compose-from-monorepo.yml - zip -r ../../files-from-repos/deployment-files.zip nginx-deployment/ -x nginx-deployment/compose-from-monorepo.yml
- cd ../../ - popd
artifacts: artifacts:
paths: paths:
- docs/tech - docs/tech
......
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