Skip to content

Commit b858824

Browse files
committed
fix: don't require REMOTE_NODE env var
1 parent df04d86 commit b858824

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/docker/dockers/rundeckansible/tests/ansible/should-load-ansible-jobs-test.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/env roundup
22
#
3-
3+
set -e
44
: ${RUNDECK_USER?"environment variable not set."}
55
: ${RUNDECK_PROJECT?"environment variable not set."}
6-
: ${REMOTE_NODE?"environment variable not set."}
76

87
# Let's get started
98
# -----------------

0 commit comments

Comments
 (0)