Skip to content
Snippets Groups Projects
Unverified Commit 3a76c268 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #1844 from fluxcd/fail-manifests-build-properly

Update Makefile target in release workflow
parents 0a92c61b 9d9fff57
Branches
Tags 13.45.2
No related merge requests found
...@@ -50,7 +50,7 @@ jobs: ...@@ -50,7 +50,7 @@ jobs:
uses: fluxcd/pkg//actions/kustomize@main uses: fluxcd/pkg//actions/kustomize@main
- name: Generate manifests - name: Generate manifests
run: | run: |
make cmd/flux/manifests make cmd/flux/.manifests.done
./manifests/scripts/bundle.sh "" ./output manifests.tar.gz ./manifests/scripts/bundle.sh "" ./output manifests.tar.gz
kustomize build ./manifests/install > ./output/install.yaml kustomize build ./manifests/install > ./output/install.yaml
- name: Build CRDs - name: Build CRDs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment