summaryrefslogtreecommitdiffstats
path: root/deploy_jdn
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_jdn')
-rwxr-xr-xdeploy_jdn4
1 files changed, 3 insertions, 1 deletions
diff --git a/deploy_jdn b/deploy_jdn
index c6490d03..df29573f 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -120,8 +120,10 @@ elif [ "$1" = "check" ] ; then
real_command="pgrep -l -a -f _build.sh"
reset_clock=false
shift
-elif [ "$1" = "" ] || [ "$1" = "jenkins" ] ; then
+elif [ "$1" = "" ] ; then
export HOSTS="root@jenkins.debian.net"
+elif [ "$1" = "jenkins" ] ; then
+ export HOSTS="root@jenkins.debian.net"
shift
for i in $@ ; do
case $i in