From ceda23bcab0c92a82ae68e5e05b6fccab378b7b9 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:32:03 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"add=20patches-path=20and=20patches-re?= =?UTF-8?q?po=20to=20drone=5Fbuild=5Ftag=5Fpro=20and=20enterpri=E2=80=A6"?= =?UTF-8?q?=20(#346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/drone_build_tag_enterprise.sh | 2 -- scripts/drone_build_tag_pro.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/drone_build_tag_enterprise.sh b/scripts/drone_build_tag_enterprise.sh index 63b19ff6..1345f123 100755 --- a/scripts/drone_build_tag_enterprise.sh +++ b/scripts/drone_build_tag_enterprise.sh @@ -42,8 +42,6 @@ dagger run go run ./cmd \ --grafana-repo=https://github.com/grafana/grafana-security-mirror.git \ --github-token=${GITHUB_TOKEN} \ --go-version=${GO_VERSION} \ - --patches-repo=${PATCHES_REPO} \ - --patches-path=${PATCHES_PATH} \ --ubuntu-base="${UBUNTU_BASE}" \ --alpine-base="${ALPINE_BASE}" \ --version=${DRONE_TAG} \ diff --git a/scripts/drone_build_tag_pro.sh b/scripts/drone_build_tag_pro.sh index dea8cd42..2120a465 100755 --- a/scripts/drone_build_tag_pro.sh +++ b/scripts/drone_build_tag_pro.sh @@ -33,8 +33,6 @@ dagger run --silent go run ./cmd \ --github-token=${GITHUB_TOKEN} \ --version=${DRONE_TAG} \ --go-version=${GO_VERSION} \ - --patches-repo=${PATCHES_REPO} \ - --patches-path=${PATCHES_PATH} \ --ubuntu-base="${UBUNTU_BASE}" \ --alpine-base="${ALPINE_BASE}" \ --destination=${local_dst} > assets.txt