mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Add quotes
This commit is contained in:
parent
270d35fb60
commit
645819f627
@ -481,7 +481,7 @@ for branch in ${BRANCH_NAME//,/ }; do
|
||||
build_successful=false
|
||||
files_to_hash=()
|
||||
|
||||
if (set +eu ; brunch "${jobs_arg[@]}" $codename ) &>> "$DEBUG_LOG"; then
|
||||
if (set +eu ; brunch "${jobs_arg[@]}" "$codename" ) &>> "$DEBUG_LOG"; then
|
||||
|
||||
if [ "$MAKE_IMG_ZIP_FILE" = true ]; then
|
||||
# make the `-img.zip` file
|
||||
|
Loading…
Reference in New Issue
Block a user