Skip to content

Commit

Permalink
fix missing smithy-go checkout on main
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Dec 13, 2023
1 parent 03f5fb2 commit 5985cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-find-smithy-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ fi

branch=$(git branch --show-current)
if [ "$branch" == main ]; then
echo aws-sdk-go-v2 is on branch main, stop
echo aws-sdk-go-v2 is on branch main
git clone "$repository" "$RUNNER_TMPDIR"/smithy-go
exit 0
fi

Expand Down

0 comments on commit 5985cfe

Please sign in to comment.