blablacar / dgr

Container build and runtime tool
Apache License 2.0
249 stars 21 forks source link

build-late files are not accessible during inherit-build-early #182

Closed MattKetmo closed 8 years ago

MattKetmo commented 8 years ago

Example with a aci-debian/inherit-build-early:

#!/bin/bash
[ ! -d /dgr/builder/runlevels/build ] && [ ! -d /dgr/builder/runlevels/build-late ]  && exit 0
apt-get update

The /dgr/builder/runlevels/build-late isn't copied in any case.

n0rad commented 8 years ago

fixed in v72