Skip to content

Commit 7cb476a

Browse files
committedAug 30, 2019
Remove time command.
1 parent ce6e3a0 commit 7cb476a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎build-docker-image.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ run() {
88
local dockerfile="Dockerfile.${1}"
99
local image="rustembedded/cross:${1}"
1010

11-
time docker pull "${image}" || true
12-
time docker build --pull --cache-from "${image}" -t "${image}" -f "${dockerfile}" .
11+
docker pull "${image}" || true
12+
docker build --pull --cache-from "${image}" -t "${image}" -f "${dockerfile}" .
1313
}
1414

1515
if [ -z "${1}" ]; then

0 commit comments

Comments
 (0)