Skip to content

Commit

Permalink
Merge pull request #24297 from redpanda-data/DEVPROD-2433-fix-ocsf-do…
Browse files Browse the repository at this point in the history
…wnload

ducktape: fix download of redpanda-data/ocsf-schema
  • Loading branch information
piyushredpanda authored Nov 26, 2024
2 parents fab895b + ff094cb commit 33319dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/ducktape-deps/ocsf-server
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
set -e

OCSF_SCHEMA_VERSION=1.0.0
OCSF_SCHEMA_VERSION=9608805fe0b61035cb821bb9068096fe47fed12d # tip of v1.0.0 branch
OCSF_SERVER_VERSION=d3b26de39df9eb33c6d63e34a126c77c0811c7a0

wget "https://github.com/redpanda-data/ocsf-schema/archive/refs/tags/v${OCSF_SCHEMA_VERSION}.tar.gz"
wget "https://github.com/redpanda-data/ocsf-schema/archive/${OCSF_SCHEMA_VERSION}.tar.gz"
wget "https://github.com/redpanda-data/ocsf-server/archive/${OCSF_SERVER_VERSION}.tar.gz"

tar -xvzf v${OCSF_SCHEMA_VERSION}.tar.gz
Expand Down

0 comments on commit 33319dd

Please sign in to comment.