Skip to content

Commit

Permalink
chore(ci): remove canonical json
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed May 5, 2023
1 parent f2801aa commit 21f5097
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ steps:
- /pluto detect cilium.yml --ignore-deprecations --target-versions=k8s=v1.25.0
- /pluto detect tigera-on-prem.yml --ignore-deprecations --target-versions=k8s=v1.25.0


---
name: e2e-kubernetes-1.23-calico
kind: pipeline
Expand Down Expand Up @@ -683,17 +682,6 @@ trigger:
- refs/tags/**

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

- name: prepare-tar-gz
image: alpine:latest
pull: always
Expand All @@ -720,7 +708,6 @@ steps:
image: plugins/github-release
pull: always
depends_on:
- prepare-canonical-json
- prepare-tar-gz
- prepare-release-notes
settings:
Expand All @@ -729,7 +716,6 @@ steps:
file_exists: overwrite
files:
- fury-kubernetes-networking-${DRONE_TAG}.tar.gz
- fury-kubernetes-networking-canonical-definition-${DRONE_TAG}.json
prerelease: true
overwrite: true
title: "Preview ${DRONE_TAG}"
Expand All @@ -746,7 +732,6 @@ steps:
image: plugins/github-release
pull: always
depends_on:
- prepare-canonical-json
- prepare-tar-gz
- prepare-release-notes
settings:
Expand All @@ -755,7 +740,6 @@ steps:
file_exists: overwrite
files:
- fury-kubernetes-networking-${DRONE_TAG}.tar.gz
- fury-kubernetes-networking-canonical-definition-${DRONE_TAG}.json
prerelease: false
overwrite: true
title: "Release ${DRONE_TAG}"
Expand Down

0 comments on commit 21f5097

Please sign in to comment.