Skip to content

Commit 886e32c

Browse files
committed
Remove temporary test step that blocked release after verify
1 parent a447c44 commit 886e32c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/update-helm-repo.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,6 @@ jobs:
296296
run: |
297297
helm verify --keyring "${{ runner.temp }}/secring.gpg" "${CR_PACKAGE_PATH}/${PACKAGENAME}.tgz"
298298
299-
# TEMPORARY (testing): stop here so a run exercises package + sign + verify without cutting a
300-
# release (no tag, GitHub release, index.yaml commit, or GHCR push). Remove before merging.
301-
- name: Stop before release (testing only)
302-
run: |
303-
echo "::notice::Stopped after verify for testing; skipping tag/release/index/GHCR. Remove this step before merging."
304-
exit 1
305-
306299
- name: Create tag and check if exists on origin
307300
env:
308301
TAGNAME: ${{ steps.parse-chart.outputs.tagname }}

0 commit comments

Comments
 (0)