Skip to content

Commit

Permalink
fix: order
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Apr 24, 2024
1 parent 7843561 commit 8e9fd8c
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,8 +34,8 @@ jobs:
CLONE_DIR=$(mktemp -d)
git clone --single-branch --depth 1 [email protected]:ocf/cluster.git $CLONE_DIR
cd $CLONE_DIR
mv _out/* .
cd $CLONE_DIR
git config --bool core.bare false
git config --bool push.autoSetupRemote true
git config user.email [email protected]
Expand Down

0 comments on commit 8e9fd8c

Please sign in to comment.