Skip to content

Commit dda6df1

Browse files
committed
Avoid application env when deciding to run the collectors.
1 parent 299d450 commit dda6df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spryker/usr/local/share/spryker/spryker_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ do_spryker_install() {
127127
do_spryker_migrate() {
128128
do_spryker_propel_install
129129

130-
if [ "$APPLICATION_ENV" != "production" ] && [ "$IS_CRON_RUNNING" != "true" ]; then
130+
if [ "$IS_CRON_RUNNING" != "true" ]; then
131131
do_spryker_run_collectors
132132
fi
133133
}

0 commit comments

Comments
 (0)