Skip to content

Commit bab02b1

Browse files
committed
Fixed, remove debug
1 parent bccbbac commit bab02b1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,6 @@ jobs:
8383
uses: actions/checkout@v4
8484
with:
8585
path: 'smithy-kotlin'
86-
- name: Debug
87-
run: |
88-
echo "Debugging local situation"
89-
echo "pwd"
90-
pwd
91-
echo "ls -a ."
92-
ls -a .
93-
echo "ls -a ./smithy-kotlin"
94-
ls -a ./smithy-kotlin
95-
echo "ls -a ./smithy-kotlin/.github"
96-
ls -a ./smithy-kotlin/.github
97-
echo "ls -a ./smithy-kotlin/.github/actions"
98-
ls -a ./smithy-kotlin/.github/actions
9986
- name: Setup build
10087
uses: ./smithy-kotlin/.github/actions/setup-build
10188
- name: Checkout aws-sdk-kotlin

0 commit comments

Comments
 (0)