We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1b1a5 commit 6abea98Copy full SHA for 6abea98
1 file changed
.github/workflows/binary-publish.yml
@@ -101,7 +101,7 @@ jobs:
101
export PATH="$PATH:/usr/local/go/bin:/usr/bin"
102
103
# ----- Clone & build -----
104
- rm -rf arc-noss build out || true
+ sudo rm -rf arc-noss build out 2>/dev/null || true
105
echo "Cloning appbaseio-confidential/rs-api-server @ ${branch}"
106
git clone --depth=1 -b "${branch}" "https://${PAT_ACCESS_TOKEN}@github.com/appbaseio-confidential/rs-api-server" arc-noss
107
0 commit comments