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 d22581f commit 04c3323Copy full SHA for 04c3323
entrypoint.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash -l
2
set -e
3
4
+# Temporary disable
5
+HAS_APP=""
6
+
7
if [ "${HAS_APP}" ]; then
8
echo "Trying to set commit status for ${REPO}/commit/${SHA}"
9
echo "Source status: ${SOURCE_STATUS}"
0 commit comments