We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the BCK bucket upload never runs because of a check against a non-existent attribute of the release event payload.
Upload prereleases to a prerelease bucket (under the secret BCK_PRERELEASE_BUILD_ARTIFACT_GCS_BUCKET) for early warnings of deployment issues.
BCK_PRERELEASE_BUILD_ARTIFACT_GCS_BUCKET
Update the final release check following the guidelines here for determining if a release is the latest release or not: https://github.com/orgs/community/discussions/64734
For all prereleases, we should also upload hashi assets to the bucket stored at this secret: STUDIO_BCK_CONTENT_STATIC_BUCKET
STUDIO_BCK_CONTENT_STATIC_BUCKET
The text was updated successfully, but these errors were encountered:
Fixed in #12453 (hopefully)
Sorry, something went wrong.
rtibbles
Successfully merging a pull request may close this issue.
Observed behavior
Currently the BCK bucket upload never runs because of a check against a non-existent attribute of the release event payload.
Expected behavior
Upload prereleases to a prerelease bucket (under the secret
BCK_PRERELEASE_BUILD_ARTIFACT_GCS_BUCKET
) for early warnings of deployment issues.Update the final release check following the guidelines here for determining if a release is the latest release or not: https://github.com/orgs/community/discussions/64734
For all prereleases, we should also upload hashi assets to the bucket stored at this secret:
STUDIO_BCK_CONTENT_STATIC_BUCKET
The text was updated successfully, but these errors were encountered: