mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Add variables to control whether or not tasks are implemented
This commit is contained in:
parent
f0b871fe60
commit
fe9e180a3d
14
Dockerfile
14
Dockerfile
@ -121,6 +121,20 @@ ENV REPO_INIT_ARGS ""
|
||||
# Allowed values: positive, non-null integers
|
||||
ENV RETRY_FETCHES=
|
||||
|
||||
|
||||
# variables to control whether or not tasks are implemented
|
||||
ENV INIT_MIRROR true
|
||||
ENV SYNC_MIRROR true
|
||||
ENV RESET_VENDOR_UNDO_PATCHES true
|
||||
ENV CALL_REPO_INIT true
|
||||
ENV CALL_REPO_SYNC true
|
||||
ENV APPLY_PATCHES true
|
||||
ENV PREPARE_BUILD_ENVIRONMENT true
|
||||
ENV CALL_BREAKFAST true
|
||||
ENV CALL_MKA true
|
||||
ENV ZIP_UP_IMAGES false
|
||||
ENV MAKE_IMG_ZIP_FILE false
|
||||
|
||||
# You can optionally specify a USERSCRIPTS_DIR volume containing these scripts:
|
||||
# * begin.sh, run at the very beginning
|
||||
# * before.sh, run after the syncing and patching, before starting the builds
|
||||
|
Loading…
Reference in New Issue
Block a user