You've already forked osfv-test-data
mirror of
https://github.com/Dasharo/osfv-test-data.git
synced 2026-06-13 19:16:20 -07:00
18d809f79a
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
12 lines
211 B
Bash
Executable File
12 lines
211 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Various setup actions after cloning this repo to fully prepare data for
|
|
# testing
|
|
|
|
|
|
# dts
|
|
if pushd dts; then
|
|
gzip -cdk dts-base-image-v2.1.3.wic.gz > dts-base-image-v2.1.3.wic
|
|
popd
|
|
fi
|