hack: Rename .ensure-emptyfs to .build-empty-images
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit a93aadc2e6
)
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
parent
9ee7d30aef
commit
27df42255c
4 changed files with 4 additions and 4 deletions
|
@ -71,8 +71,8 @@ RUN apk --no-cache add \
|
|||
tar \
|
||||
xz
|
||||
|
||||
COPY hack/test/e2e-run.sh /scripts/run.sh
|
||||
COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh
|
||||
COPY hack/test/e2e-run.sh /scripts/run.sh
|
||||
COPY hack/make/.build-empty-images /scripts/build-empty-images.sh
|
||||
|
||||
COPY integration/testdata /tests/integration/testdata
|
||||
COPY integration/build/testdata /tests/integration/build/testdata
|
||||
|
|
|
@ -3,5 +3,5 @@ set -e
|
|||
|
||||
source "$MAKEDIR/.detect-daemon-osarch"
|
||||
if [ "$DOCKER_ENGINE_GOOS" != "windows" ]; then
|
||||
bundle .ensure-emptyfs
|
||||
bundle .build-empty-images
|
||||
fi
|
||||
|
|
|
@ -81,5 +81,5 @@ set_platform_timeout() {
|
|||
fi
|
||||
}
|
||||
|
||||
sh /scripts/ensure-emptyfs.sh
|
||||
sh /scripts/build-empty-images.sh
|
||||
run_test_integration
|
||||
|
|
Loading…
Reference in a new issue