You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Validate .lagoon.yml only, no overrides. lagoon-linter still has checks that
286
+
# aren't in build-deploy-tool.
287
+
if! lagoon-linter;then
288
+
echo"${LAGOON_FEATURE_FLAG_DEFAULT_DOCUMENTATION_URL}/lagoon/using-lagoon-the-basics/lagoon-yml#restrictions describes some possible reasons for this build failure."
289
+
echo"If you require assistance to fix this error, please contact support."
290
+
exit 1
291
+
else
292
+
echo"lagoon-linter found no issues with the .lagoon.yml file"
# Validate .lagoon.yml only, no overrides. lagoon-linter still has checks that
416
-
# aren't in build-deploy-tool.
417
-
if! lagoon-linter;then
418
-
echo"${LAGOON_FEATURE_FLAG_DEFAULT_DOCUMENTATION_URL}/lagoon/using-lagoon-the-basics/lagoon-yml#restrictions describes some possible reasons for this build failure."
419
-
echo"If you require assistance to fix this error, please contact support."
420
-
exit 1
421
-
else
422
-
echo"lagoon-linter found no issues with the .lagoon.yml file"
423
-
fi
424
-
425
429
##################
426
430
# build deploy-tool can collect this value now from the lagoon.yml file
427
431
# this means further use of `LAGOON_GIT_SHA` can eventually be
0 commit comments