Skip to content

Commit

Permalink
Merge pull request #3683 from uselagoon/docs-build-warnings
Browse files Browse the repository at this point in the history
Docs: Updating build warnings docs.
  • Loading branch information
Alanna Burke authored Mar 24, 2024
2 parents 602ca7a + 8785dbb commit db06e2c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Lagoon Build Errors and Warnings

Newer releases of Lagoon have the capability to identify build errors, and highlight them as warnings without failing the build. They should be resolved wherever possible, as future releases of Lagoon may not be able to handle the errors.
Newer releases of Lagoon have the capability to identify potential issues with the build, and highlight them as warnings without failing. This is also a way for the Lagoon team to inform users of pending deprecations and changes to functionality.

For example, if the Lagoon team makes a change to a setting in `lagoon.yml`, and there’s something that users need to change, the warning will mention it, so users will be able to change it before it becomes a breaking change. They should be resolved ASAP wherever possible, as future releases of Lagoon may not be able to handle the errors, but they shouldn't stop your build.

If you aren't sure how to resolve these errors, please reach out to your Lagoon administrator, or ask a question in the [Lagoon community](../community/discord.md).

Expand Down

0 comments on commit db06e2c

Please sign in to comment.