From 2ee940c2135780f784ee361440275bfec7262045 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Fri, 18 Aug 2017 16:22:04 +0200 Subject: [PATCH] spk-spar-checker udpate env vars for cronjobs --- customer/spk-spar-checker/production.yaml | 4 ++-- customer/spk-spar-checker/test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customer/spk-spar-checker/production.yaml b/customer/spk-spar-checker/production.yaml index b231c92d..68d745b4 100644 --- a/customer/spk-spar-checker/production.yaml +++ b/customer/spk-spar-checker/production.yaml @@ -159,7 +159,7 @@ infra::profile::cron::cronjobs: minute: '*/30' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/clear.token.log' description: clear tokens ping_api: @@ -169,6 +169,6 @@ infra::profile::cron::cronjobs: minute: '*/5' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/ping.api.log' description: ping api diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index 1de3d368..8e970d8a 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -158,7 +158,7 @@ infra::profile::cron::cronjobs: minute: '*/30' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/clear.token.log' description: clear tokens ping_api: @@ -168,7 +168,7 @@ infra::profile::cron::cronjobs: minute: '*/5' hour: '*' environment: - - 'APPLICATION_ENV production' + - 'APPLICATION_ENV=production' - 'LOG=/var/www/log/cron/ping.api.log' description: ping api -- 2.39.5