Skip to content

Commit

Permalink
fix codegen ci (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Dec 7, 2023
1 parent 57a201c commit e33a34c
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 e33a34c

Please sign in to comment.