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

fox zipper

parent 00b715f6
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,10 @@ setup: ...@@ -21,9 +21,10 @@ setup:
script: script:
- ./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
- cd frontend/docker/nginx-deployment/ - rm -f files-from-repos/deployment-files.zip
- zip -r ../../../files-from-repos/deployment-files.zip . - cd frontend/docker/
- cd ../../../ - zip -r ../../files-from-repos/deployment-files.zip ./nginx-deployment/ -x ./nginx-deployment/compose-from-monorepo.yml
- cd ../../
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