@@ -17,20 +17,20 @@ jobs:
1717 path : ' aws-sdk-kotlin'
1818 ref : ' ${{ github.head_ref }}'
1919
20- - name : Configure Gradle
21- uses : awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
22- with :
23- working-directory : ./aws-sdk-kotlin
24-
25- - name : Build SDK
26- working-directory : ./aws-sdk-kotlin
27- run : ./gradlew test jvmTest
28-
29- - name : Build SDK client
30- working-directory : ./aws-sdk-kotlin
31- run : |
32- ./gradlew -Paws.kotlin.native=false -Paws.services=s3 bootstrap
33- ./gradlew -Paws.kotlin.native=false build
20+ # - name: Configure Gradle
21+ # uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
22+ # with:
23+ # working-directory: ./aws-sdk-kotlin
24+ #
25+ # - name: Build SDK
26+ # working-directory: ./aws-sdk-kotlin
27+ # run: ./gradlew test jvmTest
28+ #
29+ # - name: Build SDK client
30+ # working-directory: ./aws-sdk-kotlin
31+ # run: |
32+ # ./gradlew -Paws.kotlin.native=false -Paws.services=s3 bootstrap
33+ # ./gradlew -Paws.kotlin.native=false build
3434
3535 - name : Checkout smithy-kotlin
3636 uses : awslabs/aws-kotlin-repo-tools/.github/actions/checkout-head@main
@@ -52,10 +52,13 @@ jobs:
5252 if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5353 cd ../aws-sdk-kotlin
5454 git fetch origin
55+ echo "grepping diff"
5556 git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version"
57+ echo "diff grepped"
5658 export SMITHY_KOTLIN_VERSION_BUMP=$($?)
5759
5860 if [ "$SMITHY_KOTLIN_VERSION_BUMP" != 0 ]; then
61+ echo "!!!!!"
5962 echo "::error ::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6063 exit 1
6164 fi
0 commit comments