Skip to content

Commit c2a7c68

Browse files
Do it again
1 parent a4f2511 commit c2a7c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/cut-new-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ done
4242

4343
index="$(cat releases/$release/index.yaml)"
4444

45-
$DRY_RUN_CMD helm repo add "$version" "s3://$HELM_BUCKET_NAME/$version" || $DRY_RUN_CMD helm s3 init "s3://$HELM_BUCKET_NAME/$version"
45+
$DRY_RUN_CMD helm repo add "$version" "s3://$HELM_BUCKET_NAME/$version" || $DRY_RUN_CMD helm s3 init "s3://$HELM_BUCKET_NAME/$version" && $DRY_RUN_CMD helm repo add "$version" "s3://$HELM_BUCKET_NAME/$version"
4646

4747
$DRY_RUN_CMD rm -rf dist
4848
$DRY_RUN_CMD mkdir -p dist

0 commit comments

Comments
 (0)