1
0
mirror of synced 2026-03-14 07:26:57 +00:00

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

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