From 1ed6b75b9d2c78cd51c0c38e90bd2f07064870f9 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 4 Jun 2024 15:35:25 +0200 Subject: [PATCH] Remove drone from updatecli (#89) Signed-off-by: Manuel Buil --- updatecli/updatecli.d/updatebuildbase.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/updatecli/updatecli.d/updatebuildbase.yaml b/updatecli/updatecli.d/updatebuildbase.yaml index 3ce2bb4..028d6f7 100644 --- a/updatecli/updatecli.d/updatebuildbase.yaml +++ b/updatecli/updatecli.d/updatebuildbase.yaml @@ -42,16 +42,6 @@ targets: transformers: - addprefix: "rancher/hardened-build-base:" - drone: - name: "Bump to latest build base version in Dockerfile" - kind: file - scmid: default - disablesourceinput: true - spec: - file: .drone.yml - matchpattern: '(?m)^ image: rancher/hardened-build-base:(.*)' - replacepattern: ' image: rancher/hardened-build-base:{{ source "buildbase" }}' - scms: default: kind: github