diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39c307c614fc4d167f2f812f162ebe7447f8daff..ccd017caf215ee146e646ff485cdf2fc07955e4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,10 @@ setup: script: - ./utilities.sh # Running the script to setup directories and copy files - mkdir -p files-from-repos - - cd frontend/docker/nginx-deployment/ - - zip -r ../../../files-from-repos/deployment-files.zip . - - cd ../../../ + - rm -f files-from-repos/deployment-files.zip + - cd frontend/docker/ + - zip -r ../../files-from-repos/deployment-files.zip ./nginx-deployment/ -x ./nginx-deployment/compose-from-monorepo.yml + - cd ../../ artifacts: paths: - docs/tech