Commit 4523da65 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

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

5 merge requests!86ignore ts built folder,!85deployment,!84prepare deployment,!53update build script,!46Update .gitlab-ci.yml, -f flag added to rm to omit clear directory
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
Supports Markdown
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