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

Merge branch 'fix-zipper' into 'main'

fox zipper

See merge request inject/inject-docs!15
parents 00b715f6 e7ced5f1
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 . - pushd frontend/docker/
- cd ../../../ - zip -r ../../files-from-repos/deployment-files.zip nginx-deployment/ -x nginx-deployment/compose-from-monorepo.yml
- 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