Skip to content

Commit

Permalink
Try without -r for mv
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed Aug 8, 2024
1 parent e86b33b commit ee60c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ do
demo-site) echo "==================== demo-site =========================="
# Move all existing files to a subfolder
mkdir -p /tmp/web/x-term-repl
mv -r /tmp/web/* /tmp/web/x-term-repl/
mv /tmp/web/* /tmp/web/x-term-repl/

mkdir -p /tmp/web/dist
mkdir -p /tmp/web/examples
Expand Down

0 comments on commit ee60c42

Please sign in to comment.