From 07186a5b87017fb7f8c3804204a32a4ed5c88c85 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 3 Apr 2018 11:39:13 -0400 Subject: [PATCH] test:qa:infra - Run update daily and use bash bash has the path for `source` to activate the virtualenv. sh doesn't. [skip ci] Signed-off-by: David Galloway --- qa/crontab/teuthology-cronjobs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/crontab/teuthology-cronjobs b/qa/crontab/teuthology-cronjobs index 7b2af871b9505..d6c2ec6767f1f 100644 --- a/qa/crontab/teuthology-cronjobs +++ b/qa/crontab/teuthology-cronjobs @@ -10,7 +10,7 @@ CEPH_QA_EMAIL="ceph-qa@ceph.com" ## crontab is in https://github.com/ceph/ceph/master/qa/crontab/teuthology-cronjobs # chkcrontab: disable-msg=INVALID_USER # chkcrontab: disable-msg=USER_NOT_FOUND -@hourly /bin/sh /home/teuthology/bin/update-crontab.sh +@daily /bin/bash /home/teuthology/bin/update-crontab.sh ### !!!!!!!!!!!!!!!!!!!!!!!!!! -- 2.39.5