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 1b94fc2 commit b0382afCopy full SHA for b0382af
1 file changed
.github/workflows/nightly-fuzz-cron.yaml
@@ -51,7 +51,7 @@ jobs:
51
find ./build -type f -name "*.tsk" -exec chmod +x {} +
52
cp src/applications/bmqbrkr/run "$BROKER_DIR/run"
53
chmod +x "$BROKER_DIR/run"
54
- rm -f "$BROKER_DIR/etc"
+ rm -rf "$BROKER_DIR/etc"
55
cp -r src/applications/bmqbrkr/etc "$BROKER_DIR/etc"
56
57
- name: Install Python dependencies
0 commit comments