Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [DP-2356] Update clerkgenproto version #65

Merged
merged 1 commit into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions shell/clerkgenproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,5 @@ if ! docker info > /dev/null 2>/dev/stderr; then
exit 1
fi

#Verify AWS creds
if ! aws sts get-caller-identity > /dev/null 2>/dev/stderr; then
echo "" >/dev/stderr
echo "Unable to run clerkgen. AWS credentials are not valid. Please run 'saml2aws login'." >/dev/stderr
exit 1
fi

# Run clerkgen
exec "$GOBIN" "github.com/getoutreach/clerkgen/cmd/clerkgenproto@v$(get_application_version "clerkgenproto")" "$@"
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ delve: 1.6.0
gotestsum: 1.7.0
lintroller: 1.8.1
codeowners-validator: 0.6.0
clerkgenproto: 1.12.0
clerkgenproto: 1.13.0