Selaa lähdekoodia

No cache build.

tags/v4.0.0-beta.1
Luigi Freitas Cruz 4 vuotta sitten
vanhempi
commit
9c96f85242
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      builder/build-docker.sh

+ 1
- 1
builder/build-docker.sh Näytä tiedosto

@@ -73,7 +73,7 @@ fi
# Modify original build-options to allow config file to be mounted in the docker container
BUILD_OPTS="$(echo "${BUILD_OPTS:-}" | sed -E 's@\-c\s?([^ ]+)@-c /config@')"

${DOCKER} build --network=host -t pi-gen "${DIR}"
${DOCKER} build --no-cache --network=host -t pi-gen "${DIR}"
if [ "${CONTAINER_EXISTS}" != "" ]; then
trap 'echo "got CTRL+C... please wait 5s" && ${DOCKER} stop -t 5 ${CONTAINER_NAME}_cont' SIGINT SIGTERM
time ${DOCKER} run --rm --privileged \


Ladataan…
Peruuta
Tallenna