Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

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

Closed
MattKetmo opened this issue Jul 26, 2016 · 1 comment
Closed

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

MattKetmo opened this issue Jul 26, 2016 · 1 comment

Comments

@MattKetmo
Copy link
Contributor

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
Copy link
Member

n0rad commented Jul 27, 2016

fixed in v72

@n0rad n0rad closed this as completed Jul 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants