Skip to content

Commit

Permalink
Revert "add patches-path and patches-repo to drone_build_tag_pro and …
Browse files Browse the repository at this point in the history
…enterpri…" (#346)
  • Loading branch information
kminehart authored Jul 26, 2024
1 parent bdc0d54 commit ceda23b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/drone_build_tag_enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 0 additions & 2 deletions scripts/drone_build_tag_pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceda23b

Please sign in to comment.