Skip to content

Commit

Permalink
Merge branch 'main' into fix-nonvhostablebuckets
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws authored Dec 7, 2023
2 parents b1e16f5 + e33a34c commit 3f70554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-find-smithy-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ while [ -n "$branch" ] && [[ "$branch" == *-* ]]; do
done

if [ -z "$matched_branch" ]; then
echo found no matching smithy-go branch, stop
# default to main but don't modreplace so we can use release but codegen ci
# still works
git clone "$repository" "$RUNNER_TMPDIR"/smithy-go
exit 0
fi

Expand Down

0 comments on commit 3f70554

Please sign in to comment.