Skip to content

Commit

Permalink
dev: Fail pipeline if Helm or Hugo packages are not found
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Sep 3, 2024
1 parent 543c8f1 commit 603db0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
- name: Upload Helm chart
uses: actions/[email protected]
with:
if-no-files-found: error # Fail if no files are uploaded
include-hidden-files: true # Folder begins with a dot, if not checked the whole folder is ignored
name: helm-chart
path: .cr-release-packages
Expand Down Expand Up @@ -791,6 +792,7 @@ jobs:
- name: Upload build artifact
uses: actions/[email protected]
with:
if-no-files-found: error # Fail if no files are uploaded
name: hugo
path: docs/public

Expand Down

0 comments on commit 603db0e

Please sign in to comment.