Skip to content

Commit 3f70554

Browse files
authored
Merge branch 'main' into fix-nonvhostablebuckets
2 parents b1e16f5 + e33a34c commit 3f70554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci-find-smithy-go.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ while [ -n "$branch" ] && [[ "$branch" == *-* ]]; do
5050
done
5151

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

0 commit comments

Comments
 (0)