aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-30 11:30:53 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-04-30 11:30:53 +0000
commit54d2b08a1d8c86be2d525248b7c8ecc66395c913 (patch)
treea9b35fc634eb3161695701442762cffbfd47031c /jjb/common
parentf9596b572ad2a5f064153b3e740e137cdd5f14b2 (diff)
parente1cd8ac11067e4f6089eb91037aa22c80da0a338 (diff)
Merge "jjb/common/include-agl-lava-jobs-submit.sh: add a missing then"
Diffstat (limited to 'jjb/common')
-rw-r--r--jjb/common/include-agl-lava-jobs-submit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-lava-jobs-submit.sh b/jjb/common/include-agl-lava-jobs-submit.sh
index 30f11ee3..7b28ed42 100644
--- a/jjb/common/include-agl-lava-jobs-submit.sh
+++ b/jjb/common/include-agl-lava-jobs-submit.sh
@@ -38,7 +38,7 @@ echo "Submitted as job: $JOB_URL"
# If the job didn't finish after JOB_TIMEOUT, will exit and display
# an error message
# example: lava-slave crash
-if [ -z $JOB_TIMEOUT ]
+if [ -z $JOB_TIMEOUT ]; then
# if the JOB_TIMEOUT is not set, it's 1 hour by default
JOB_TIMEOUT=360
fi