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 22bc9a9 commit f42f792Copy full SHA for f42f792
action/entrypoint.sh
100644
100755
@@ -8,6 +8,23 @@ source /steps/activate.sh
8
source /steps/build.sh
9
source /steps/return_license.sh
10
11
+#
12
+# Instructions for debugging
13
14
+
15
+if [[ $BUILD_EXIT_CODE -gt 0 ]]; then
16
+echo ""
17
+echo "###########################"
18
+echo "# Failure #"
19
20
21
+echo "Please note that the exit code is not very descriptive."
22
+echo "Most likely it will not help you solve the issue."
23
24
+echo "To find the reason for failure: please search for errors in the log above."
25
26
+fi;
27
28
#
29
# Exit with code from the build step.
30
0 commit comments