1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Revert "Merge pull request #2107 from chanwit/json_schemas"

This reverts commit 75a18b4548, reversing
changes made to e72214e266.

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2021-11-24 11:27:59 +01:00
parent d9886035c8
commit fc94b1af7a
2 changed files with 0 additions and 3 deletions

View File

@@ -61,10 +61,8 @@ jobs:
with:
crd: all-crds.yaml
output: schemas
combined_filename: crd-schemas.json
- name: Archive the OpenAPI JSON schemas
run: |
mv schemas/crd-schemas.json ./output/crd-schemas.json
tar -czvf ./output/crd-schemas.tar.gz -C schemas .
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1

View File

@@ -83,7 +83,6 @@ release:
- glob: ./output/crd-schemas.tar.gz
- glob: ./output/manifests.tar.gz
- glob: ./output/install.yaml
- glob: ./output/crd-schemas.json
dockers:
- image_templates:
- 'fluxcd/flux-cli:{{ .Tag }}-amd64'