1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Fix local manifests path

And use a proper folder name
This commit is contained in:
Julian Xhokaxhiu 2017-01-21 13:53:58 +01:00
parent 344ad3ddb6
commit dac056a43b

@ -7,7 +7,7 @@ MAINTAINER Julian Xhokaxhiu <info at julianxhokaxhiu dot com>
ENV SRC_DIR /srv/src ENV SRC_DIR /srv/src
ENV CCACHE_DIR /srv/ccache ENV CCACHE_DIR /srv/ccache
ENV OUT_DIR /srv/out ENV OUT_DIR /srv/out
ENV LMANIFEST_DIR /src/manifest ENV LMANIFEST_DIR /srv/local_manifests
# Configurable environment variables # Configurable environment variables
#################################### ####################################