mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Exit if BUILD_OVERLAY set true
This commit is contained in:
parent
68490248cc
commit
e697d50d35
@ -253,6 +253,7 @@ for codename in ${devices//,/ }; do
|
||||
# Setup our overlays
|
||||
if [ "$BUILD_OVERLAY" = true ]; then
|
||||
echo "Using BUILD_OVERLAY is not yet working"
|
||||
exit 1
|
||||
|
||||
# lowerdir=$SRC_DIR/$branch_dir
|
||||
# upperdir=$TMP_DIR/device
|
||||
|
Loading…
Reference in New Issue
Block a user