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 aa3aa32 commit becc64eCopy full SHA for becc64e
entrypoint.sh
@@ -2,6 +2,8 @@
2
3
echo "AAP - Automation controller Github Action"
4
5
+echo "CONTROLLER_HOST is $CONTROLLER_HOST"
6
+
7
if [ -z "$CONTROLLER_HOST" ]; then
8
echo "Automation controller host is not set. Exiting."
9
exit 1
0 commit comments