commit | 38eae1b611f29b14208110a2e4c0bcf35818853f | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Nov 06 15:40:24 2018 -0800 |
committer | Alex Van Damme <atv@google.com> | Tue Nov 06 15:40:24 2018 -0800 |
tree | f9d29d962b9b53439835af9d94b7d3c49413687c | |
parent | 3ce6730aeeab9540fc61e0092c3a4f48c0786bd0 [diff] |
Set IS_EXTERNAL=true in rootfs build - This is creating cached artifacts, so don't try to rely on them existing... Change-Id: Ia69bfd65c76fe31da9757d907315e54d35140d90
diff --git a/kokoro/rootfs.sh b/kokoro/rootfs.sh index 831b954..089a836 100644 --- a/kokoro/rootfs.sh +++ b/kokoro/rootfs.sh
@@ -7,7 +7,7 @@ source build/setup.sh popd -export IS_EXTERNAL=false +export IS_EXTERNAL=true export FETCH_PACKAGES=false export PREBUILT_DOCKER_ROOT=${KOKORO_GFILE_DIR}