mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-26 21:27:50 -05:00
Fix script for recent lint changes
This commit is contained in:
@@ -31,10 +31,10 @@ fi
|
||||
# build release files
|
||||
if ! [[ "${TYPE}" == "rolling" ]]; then
|
||||
sed -i \
|
||||
"/^#boot_version/c\boot_version: \"${BOOT_VERSION}\"" \
|
||||
"/^# boot_version/c\boot_version: \"${BOOT_VERSION}\"" \
|
||||
user_overrides.yml
|
||||
sed -i \
|
||||
"/^#boot_domain/c\boot_domain: ${BOOT_DOMAIN}" \
|
||||
"/^# boot_domain/c\boot_domain: ${BOOT_DOMAIN}" \
|
||||
user_overrides.yml
|
||||
|
||||
# Build release
|
||||
|
||||
Reference in New Issue
Block a user