mirror of
https://github.com/helm/helm.git
synced 2026-04-24 23:58:32 -04:00
fix(ci) update ci to use main branch
Signed-off-by: Adam Reese <adam@reese.io>
This commit is contained in:
parent
c9fe3d118c
commit
db2aa1a8d6
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ fi
|
|||
VERSION=
|
||||
if [[ -n "${CIRCLE_TAG:-}" ]]; then
|
||||
VERSION="${CIRCLE_TAG}"
|
||||
elif [[ "${CIRCLE_BRANCH:-}" == "master" ]]; then
|
||||
elif [[ "${CIRCLE_BRANCH:-}" == "main" ]]; then
|
||||
VERSION="canary"
|
||||
else
|
||||
echo "Skipping deploy step; this is neither a releasable branch or a tag"
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ type SQLReleaseWrapper struct {
|
|||
// The primary key, made of {release-name}.{release-version}
|
||||
Key string `db:"key"`
|
||||
|
||||
// See https://github.com/helm/helm/blob/master/pkg/storage/driver/secrets.go#L236
|
||||
// See https://github.com/helm/helm/blob/c9fe3d118caec699eb2565df9838673af379ce12/pkg/storage/driver/secrets.go#L231
|
||||
Type string `db:"type"`
|
||||
|
||||
// The rspb.Release body, as a base64-encoded string
|
||||
|
|
|
|||
Loading…
Reference in a new issue