Skip to content

Commit f2dbb58

Browse files
committed
ci: install perf test utilities in Drone
1 parent 95c0116 commit f2dbb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ local nodeImage = 'node:26.2.0-slim';
5252
depends_on: ['assets-deps'],
5353
commands: [
5454
'apt-get update',
55-
'apt-get install -y --no-install-recommends build-essential ca-certificates curl git tar',
55+
'apt-get install -y --no-install-recommends build-essential ca-certificates curl git python3 ripgrep tar',
5656
'curl -fsSLO https://get.helm.sh/helm-' + helmVersion + '-linux-amd64.tar.gz',
5757
'curl -fsSLO https://get.helm.sh/helm-' + helmVersion + '-linux-amd64.tar.gz.sha256sum',
5858
'sha256sum -c helm-' + helmVersion + '-linux-amd64.tar.gz.sha256sum',

0 commit comments

Comments
 (0)