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 ccf3490 commit dd80958Copy full SHA for dd80958
docs/templates/troubleshooting.md
@@ -150,3 +150,6 @@ This script tells us what command is being run and what the exit status is. If
150
the exit status is non-zero, it means the command failed and we exit the script.
151
Since we are manually checking the exit status here, we don't need `set -e` at
152
the top of the script to exit on error.
153
+
154
+> **Note:** If you aren't seeing any logs, check that the `dir` directive points
155
+> to a valid directory in the file system.
0 commit comments