Commit d8edadc7 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

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

Update .gitlab-ci.yml, -f flag added to rm to omit clear directory

See merge request !46
parents 1dc82e99 4523da65
Pipeline #4560 failed with stage
in 1 second
......@@ -4,7 +4,7 @@ pages-testing:
- npm install
- npm run clean
- npm run build
- rm -R ./built/views
- rm -rf ./built/views
- cp -R ./views ./built
- cat $configfiledev > ./built/config/config.js
- "pm2 delete --silent project || :"
......@@ -26,4 +26,4 @@ pages-production:
tags:
- production
only:
- master
\ No newline at end of file
- master
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