Skip to content

Commit becc64e

Browse files
committed
Update entrypoint.sh
1 parent aa3aa32 commit becc64e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
echo "AAP - Automation controller Github Action"
44

5+
echo "CONTROLLER_HOST is $CONTROLLER_HOST"
6+
57
if [ -z "$CONTROLLER_HOST" ]; then
68
echo "Automation controller host is not set. Exiting."
79
exit 1

0 commit comments

Comments
 (0)