We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0190d69 commit 8b8848fCopy full SHA for 8b8848f
.github/workflows/cluster-ci.yml
@@ -34,7 +34,7 @@ jobs:
34
CLONE_DIR=$(mktemp -d)
35
git clone --single-branch --depth 1 [email protected]:ocf/cluster.git $CLONE_DIR
36
37
- mv _out/* $CLONE_DIR
+ cp -r _out/* $CLONE_DIR
38
cd $CLONE_DIR
39
git config --bool core.bare false
40
git config --bool push.autoSetupRemote true
0 commit comments