We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda6df1 commit 79b4dd0Copy full SHA for 79b4dd0
spryker/usr/local/share/env/30-framework
@@ -36,9 +36,6 @@ export YVES_SESSION_COOKIE_SECURE
36
ZED_SESSION_COOKIE_SECURE="$(convert_to_boolean_string "${ZED_SESSION_COOKIE_SECURE:-true}")"
37
export ZED_SESSION_COOKIE_SECURE
38
39
-IS_CRON_RUNNING="$(convert_to_boolean_string "${IS_CRON_RUNNING:-true}")"
40
-export IS_CRON_RUNNING
41
-
42
export APP_ENDPOINT_STRICT=${APP_ENDPOINT_STRICT:-true}
43
44
export APP_SERVICES=${APP_SERVICES:-yves zed}
spryker/usr/local/share/spryker/spryker_functions.sh
@@ -126,10 +126,6 @@ do_spryker_install() {
126
127
do_spryker_migrate() {
128
do_spryker_propel_install
129
130
- if [ "$IS_CRON_RUNNING" != "true" ]; then
131
- do_spryker_run_collectors
132
- fi
133
}
134
135
do_spryker_run_collectors() {
0 commit comments