Skip to content

Commit 0fdc2f4

Browse files
author
Martin Schaef
committed
cleanup action
1 parent c387e1e commit 0fdc2f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/self-test-and-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@ jobs:
4040
fetch-depth: 0 # because we want the history so we can check the diff.
4141
path: ./python-code
4242

43-
- run: mkdir ./fake-build-dir
44-
4543
- name: Run Code Guru
4644
if: steps.iam-role.outcome == 'success'
4745
run: |
48-
./build/install/aws-codeguru-cli/bin/aws-codeguru-cli --region us-west-2 -r python-code -b ./fake-build-dir --no-prompt -c "5a0c9579b6c9b0ea7a5f5c1b9328bb7100c7a16e:a574f23f6ea3fe607a6d33cc6c8fe28d81ab37a2"
46+
./build/install/aws-codeguru-cli/bin/aws-codeguru-cli --region us-west-2 -r python-code --no-prompt -c "5a0c9579b6c9b0ea7a5f5c1b9328bb7100c7a16e:a574f23f6ea3fe607a6d33cc6c8fe28d81ab37a2"
4947
5048
- name: Upload findings artifact
5149
if: always()

0 commit comments

Comments
 (0)