Skip to content
Snippets Groups Projects
Verified Commit db5d74d3 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

copy instead of mv

parent eadf7afa
No related branches found
No related tags found
1 merge request!119[release] Regular merge of develop
Pipeline #56093 failed
...@@ -59,7 +59,7 @@ do ...@@ -59,7 +59,7 @@ do
yarn install yarn install
grunt dist grunt dist
mv public/* $rootDir/public/$BLADE/$version/. cp -HR public/* $rootDir/public/$BLADE/$version/.
echo " > latest built for file set ${BLADE}" echo " > latest built for file set ${BLADE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment