Skip to content

Commit

Permalink
fix: remove canonical-json creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit committed Aug 8, 2023
1 parent 4c02076 commit 24c2039
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,6 @@ trigger:
- refs/tags/**-docs*

steps:
- name: prepare-canonical-json
image: registry.sighup.io/poc/fury-repo-automations:v0.0.3
depends_on: [clone]
commands:
- spock distro-json -r=False -v=${DRONE_TAG}
when:
ref:
include:
- refs/tags/**
exclude:
- refs/tags/**-docs*

- name: prepare-release-manifests
image: quay.io/sighup/e2e-testing:1.1.0_0.7.0_3.1.1_1.9.4_1.24.1_3.8.7_4.21.1
Expand Down Expand Up @@ -269,7 +258,6 @@ steps:
image: plugins/github-release
pull: always
depends_on:
- prepare-canonical-json
- prepare-release-manifests
- prepare-release-notes
settings:
Expand All @@ -281,7 +269,6 @@ steps:
- kind-config-${DRONE_TAG}.yml
- Furyfile.yml
- kustomization.yaml
- kfd-canonical-definition-${DRONE_TAG}.json
prerelease: true
overwrite: true
title: "Prerelease ${DRONE_TAG}"
Expand All @@ -300,7 +287,6 @@ steps:
image: plugins/github-release
pull: always
depends_on:
- prepare-canonical-json
- prepare-release-manifests
- prepare-release-notes
settings:
Expand All @@ -312,7 +298,6 @@ steps:
- kind-config-${DRONE_TAG}.yml
- Furyfile.yml
- kustomization.yaml
- kfd-canonical-definition-${DRONE_TAG}.json
- kfd.yaml
prerelease: false
overwrite: true
Expand Down

0 comments on commit 24c2039

Please sign in to comment.