Commit 7bac35db authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'knopkiwg-testing-patch-70038' into 'testing'

Update .gitlab-ci.yml

See merge request !181
parents 25a509cd c54e012a
Pipeline #6876 passed with stage
in 11 seconds
...@@ -33,8 +33,8 @@ pages-master: ...@@ -33,8 +33,8 @@ pages-master:
pages-devel: pages-devel:
stage: deploy stage: deploy
script: script:
- echo $EXPORT_PAGES_DIR - echo $EXPORT_PAGES_DIR_TEST
- rm -r $EXPORT_PAGES_DIR/* - rm -r $EXPORT_PAGES_DIR_TEST/*
- mkdir .public - mkdir .public
- cp -r css .public - cp -r css .public
- cp -r images .public - cp -r images .public
......
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