Commit 95abc6b8 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml, edited copy command to ommit hidden .git configuration files

parent e884cac7
Pipeline #954 failed with stage
in 1 second
...@@ -5,7 +5,7 @@ pages-master: ...@@ -5,7 +5,7 @@ pages-master:
stage: deploy stage: deploy
script: script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME" - mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r !(.gitlab-ci.yml) "$EXPORT_DIR/$CI_PROJECT_NAME" - rsync -av * "$EXPORT_DIR/$CI_PROJECT_NAME" --exclude .git --exclude .gitlab-ci.yml
tags: tags:
- production - production
only: only:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment