Skip to content

Commit

Permalink
ducktape: follow-up fix download of redpanda-data/ocsf-schema
Browse files Browse the repository at this point in the history
Use correct name for tar file.

(cherry picked from commit 5b1d377)
  • Loading branch information
andrewhsu authored and gousteris committed Nov 26, 2024
1 parent 6b465ed commit 729e884
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
Expand Up @@ -7,8 +7,8 @@ OCSF_SERVER_VERSION=d3b26de39df9eb33c6d63e34a126c77c0811c7a0
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
rm v${OCSF_SCHEMA_VERSION}.tar.gz
tar -xvzf ${OCSF_SCHEMA_VERSION}.tar.gz
rm ${OCSF_SCHEMA_VERSION}.tar.gz
mv ocsf-schema-${OCSF_SCHEMA_VERSION} /opt/ocsf-schema

tar -xvzf ${OCSF_SERVER_VERSION}.tar.gz
Expand Down

0 comments on commit 729e884

Please sign in to comment.