Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Apr 24, 2024
1 parent da52449 commit 0190d69
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 git@github.com:ocf/cluster.git $CLONE_DIR
mv _out/* .
mv _out/* $CLONE_DIR
cd $CLONE_DIR
git config --bool core.bare false
git config --bool push.autoSetupRemote true
Expand Down

0 comments on commit 0190d69

Please sign in to comment.