Skip to content

Commit

Permalink
ACS-9044 fix for temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraAspery committed Dec 19, 2024
1 parent 6d99449 commit efc42ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
name: Veracode Pipeline-Scan Results (Human Readable)
path: readable_output.zip
- name: "Remove temporary directory"
run: bash rm -rfv temp-dir-for-sast
run: rm -rfv temp-dir-for-sast
- name: "Clean Maven cache"
run: bash ./scripts/ci/cleanup_cache.sh

Expand Down

0 comments on commit efc42ec

Please sign in to comment.