Skip to content

Commit

Permalink
fix: copy not move
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Apr 24, 2024
1 parent 0190d69 commit 8b8848f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cluster-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
CLONE_DIR=$(mktemp -d)
git clone --single-branch --depth 1 [email protected]:ocf/cluster.git $CLONE_DIR
mv _out/* $CLONE_DIR
cp -r _out/* $CLONE_DIR
cd $CLONE_DIR
git config --bool core.bare false
git config --bool push.autoSetupRemote true
Expand Down

0 comments on commit 8b8848f

Please sign in to comment.