From c6c4c01263fff2a1fe9cfeff4164b22eeb7bd178 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 21 Nov 2019 17:58:10 -0800 Subject: [PATCH] devops: add crontab --- browser_patches/tools/crontab | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 browser_patches/tools/crontab diff --git a/browser_patches/tools/crontab b/browser_patches/tools/crontab new file mode 100644 index 0000000000..7851e2d65f --- /dev/null +++ b/browser_patches/tools/crontab @@ -0,0 +1,2 @@ +*/1 * * * * . $HOME/.profile; $HOME/prog/cron/playwright/browser_patches/tools/cronjob.sh webkit &>/tmp/playwright-cronjob-building-log-webkit.txt +*/1 * * * * . $HOME/.profile; $HOME/prog/cron/playwright/browser_patches/tools/cronjob.sh firefox &>/tmp/playwright-cronjob-building-log-firefox.txt