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

Update Makefile target in release workflow
This commit is contained in:
Stefan Prodan 2021-09-20 18:33:05 +03:00 committed by GitHub
commit 3a76c26822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ jobs:
uses: fluxcd/pkg//actions/kustomize@main
- name: Generate manifests
run: |
make cmd/flux/manifests
make cmd/flux/.manifests.done
./manifests/scripts/bundle.sh "" ./output manifests.tar.gz
kustomize build ./manifests/install > ./output/install.yaml
- name: Build CRDs