You've already forked osfv-test-data
mirror of
https://github.com/Dasharo/osfv-test-data.git
synced 2026-03-06 15:04:05 -08:00
13 lines
212 B
Bash
Executable File
13 lines
212 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
|
|
|