Skip to content

Commit b0382af

Browse files
authored
Fix: Removing directory instead of file for the nightly fuzztest action. (#1558)
Signed-off-by: Jake Jendzurski <jakeski2015@gmail.com>
1 parent 1b94fc2 commit b0382af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-fuzz-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
find ./build -type f -name "*.tsk" -exec chmod +x {} +
5252
cp src/applications/bmqbrkr/run "$BROKER_DIR/run"
5353
chmod +x "$BROKER_DIR/run"
54-
rm -f "$BROKER_DIR/etc"
54+
rm -rf "$BROKER_DIR/etc"
5555
cp -r src/applications/bmqbrkr/etc "$BROKER_DIR/etc"
5656
5757
- name: Install Python dependencies

0 commit comments

Comments
 (0)