We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a531e commit eb3e185Copy full SHA for eb3e185
1 file changed
entrypoint.sh
@@ -5,5 +5,5 @@ cat /build_version
5
if [[ -z "${CI_RUN}" ]]; then
6
ansible-playbook generate.yml "$@"
7
else
8
- echo 'intentionally fail init'
+ echo '[ls.io-init] done.'
9
fi
0 commit comments