Skip to content

Commit

Permalink
Update to grafana-build-tools v0.11.0 (#705)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem authored May 15, 2024
1 parent f1c23d3 commit 6aa9cee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ steps:
- ./scripts/enforce-clean
depends_on:
- runner identification
image: ghcr.io/grafana/grafana-build-tools:v0.10.0
image: ghcr.io/grafana/grafana-build-tools:v0.11.0
name: deps
- commands:
- make lint
depends_on:
- deps
image: ghcr.io/grafana/grafana-build-tools:v0.10.0
image: ghcr.io/grafana/grafana-build-tools:v0.11.0
name: lint
- commands:
- git fetch origin --tags
Expand All @@ -30,14 +30,14 @@ steps:
- make build
depends_on:
- deps
image: ghcr.io/grafana/grafana-build-tools:v0.10.0
image: ghcr.io/grafana/grafana-build-tools:v0.11.0
name: build
- commands:
- make test
depends_on:
- lint
- build
image: ghcr.io/grafana/grafana-build-tools:v0.10.0
image: ghcr.io/grafana/grafana-build-tools:v0.11.0
name: test
- commands: []
depends_on:
Expand Down Expand Up @@ -203,15 +203,15 @@ steps:
NFPM_SIGNING_KEY:
from_secret: gpg_private_key
NFPM_SIGNING_KEY_FILE: /drone/src/release-private-key.key
image: ghcr.io/grafana/grafana-build-tools:v0.10.0
image: ghcr.io/grafana/grafana-build-tools:v0.11.0
name: write-key
- commands:
- make release-snapshot
environment:
NFPM_DEFAULT_PASSPHRASE:
from_secret: gpg_passphrase
NFPM_SIGNING_KEY_FILE: /drone/src/release-private-key.key
image: ghcr.io/grafana/grafana-build-tools:v0.10.0
image: ghcr.io/grafana/grafana-build-tools:v0.11.0
name: test release
- commands:
- ./scripts/package/verify-deb-install.sh
Expand All @@ -237,7 +237,7 @@ steps:
NFPM_DEFAULT_PASSPHRASE:
from_secret: gpg_passphrase
NFPM_SIGNING_KEY_FILE: /drone/src/release-private-key.key
image: ghcr.io/grafana/grafana-build-tools:v0.10.0
image: ghcr.io/grafana/grafana-build-tools:v0.11.0
name: release
when:
ref:
Expand Down Expand Up @@ -300,6 +300,6 @@ kind: secret
name: gpg_private_key
---
kind: signature
hmac: 29eee8f950908a3ae4d4e2a3e82d62ac9abb989562e7ceb26a40f3cecb6841d2
hmac: ba217df4b292d07b918a780e8cca74025d7b0d349bb6eec52a7d82d7886465e8

...
2 changes: 1 addition & 1 deletion .gbt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# and a shell script. This is achieved by using the `VAR=value` syntax, which
# is valid in both Makefile and shell.

GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.10.0
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.11.0
2 changes: 1 addition & 1 deletion scripts/configs/drone/main.jsonnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local go_tools_image = 'ghcr.io/grafana/grafana-build-tools:v0.10.0';
local go_tools_image = 'ghcr.io/grafana/grafana-build-tools:v0.11.0';

local step(name, commands, image=go_tools_image) = {
name: name,
Expand Down

0 comments on commit 6aa9cee

Please sign in to comment.