Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 106ea7e

Browse files
committed
Allow CI to pass if no config file provided
1 parent 5264fea commit 106ea7e

File tree

2 files changed

+2
-0
lines changed
  • root/etc/s6-overlay/s6-rc.d

2 files changed

+2
-0
lines changed

root/etc/s6-overlay/s6-rc.d/init-pmm-oneshot/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fi
1313

1414
if [[ -n "${CONFIG_FILE}" ]] && [[ ! -e "${CONFIG_FILE}" ]]; then
1515
echo "No config file found at ${CONFIG_FILE}, halting init."
16+
echo "[ls.io-init] done."
1617
s6-rc -bad change
1718
fi
1819

root/etc/s6-overlay/s6-rc.d/svc-pmm/run

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fi
1313

1414
if [[ -n "${CONFIG_FILE}" ]] && [[ ! -e "${CONFIG_FILE}" ]]; then
1515
echo "No config file found at ${CONFIG_FILE}, halting init."
16+
echo "[ls.io-init] done."
1617
s6-rc -bad change
1718
fi
1819

0 commit comments

Comments
 (0)