From 8e9fd8c5abb4c708724c9a4e009a8da774b7976d Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Tue, 23 Apr 2024 22:05:20 -0700 Subject: [PATCH] fix: order --- .github/workflows/cluster-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cluster-ci.yml b/.github/workflows/cluster-ci.yml index 74095b6..9c632df 100644 --- a/.github/workflows/cluster-ci.yml +++ b/.github/workflows/cluster-ci.yml @@ -34,8 +34,8 @@ jobs: CLONE_DIR=$(mktemp -d) git clone --single-branch --depth 1 git@github.com: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 ocfbot@ocf.berkeley.edu