dh docker: bugfix wrong path in rm prev snapshots
This commit is contained in:
parent
3ab21b8c32
commit
eec14f4ffb
|
@ -136,7 +136,7 @@ config_phase() {
|
||||||
config_dpp_part1
|
config_dpp_part1
|
||||||
|
|
||||||
# cleanup other spnapshots and copy dlt/dpp snapshots
|
# cleanup other spnapshots and copy dlt/dpp snapshots
|
||||||
rm example/example/snapshots/*
|
rm example/snapshots/*
|
||||||
cp example/dpp-snapshots/*.json example/snapshots/
|
cp example/dpp-snapshots/*.json example/snapshots/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue