File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,12 @@ jobs:
5252
5353 if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5454 cd ../aws-sdk-kotlin
55- git fetch origin --quiet
56- git diff origin/main
57- echo "grepping diff"
58- git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version"
55+ git fetch origin
56+ echo "grepping diff"
57+ export SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
5958 echo "diff grepped"
60- export SMITHY_KOTLIN_VERSION_BUMP=$($?)
6159
6260 if [ "$SMITHY_KOTLIN_VERSION_BUMP" != 0 ]; then
63- echo "!!!!!"
6461 echo "::error ::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6562 exit 1
6663 fi
You can’t perform that action at this time.
0 commit comments