-
Notifications
You must be signed in to change notification settings - Fork 21
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
ci: update env var for runtime version #530
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd even here generally prefer the ${...}
syntax.
LGTM.
.vscode/settings.json
Outdated
@@ -0,0 +1 @@ | |||
{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this was not intended.
@@ -1,32 +1,32 @@ | |||
#!/usr/bin/env bash | |||
|
|||
# USAGE: | |||
# > PROXY_VERSION=1.0.31 ./update-proxy-versions.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rename the script, as well? (Preferably less broken than I did in the JVM SDK.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, lets do that. https://github.com/lightbend/kalix-runtime/pull/2271
Co-authored-by: Enno Runne <[email protected]>
We are getting |
Refs: