Skip to content

Commit 2670696

Browse files
committed
Revert "fix: configure path when checking out in codebuild CI"
This reverts commit 6c00a70.
1 parent 271ed74 commit 2670696

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
exit 1
8181
- name: Checkout sources
8282
uses: actions/checkout@v4
83-
with:
84-
path: 'aws-sdk-kotlin'
8583
- name: Configure AWS Credentials
8684
uses: aws-actions/configure-aws-credentials@v4
8785
with:
@@ -211,8 +209,6 @@ jobs:
211209
steps:
212210
- name: Checkout sources
213211
uses: actions/checkout@v4
214-
with:
215-
path: 'aws-sdk-kotlin'
216212
- name: Configure AWS Credentials
217213
uses: aws-actions/configure-aws-credentials@v4
218214
with:

0 commit comments

Comments
 (0)