File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7373 mkdir -p pool/ext
7474 mkdir -p pool/php-tar/
7575 mkdir -p runtime/
76+ test -f runtime/php && rm -f runtime/php
7677 if [ ! -f runtime/php/php ] ; then
7778 bash setup-php-runtime.sh
7879 fi
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105105 mkdir -p pool/ext
106106 mkdir -p bin/
107107 mkdir -p runtime/
108+ test -f runtime/php && rm -f runtime/php
108109 if [ ! -f runtime/php/php ] ; then
109110 bash setup-php-runtime.sh
110111 fi
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152152 mkdir -p pool/ext
153153 mkdir -p bin/
154154 mkdir -p runtime/
155+ test -f runtime/php && rm -f runtime/php
155156 if [ ! -f runtime/php/php ] ; then
156157 bash setup-php-runtime.sh
157158 fi
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103103 mkdir -p pool/ext
104104 mkdir -p bin/
105105 mkdir -p runtime/
106+ test -f runtime/php && rm -f runtime/php
106107 if [ ! -f runtime/php/php ] ; then
107108 bash setup-php-runtime.sh
108109 fi
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114 mkdir -p pool/ext
115115 mkdir -p bin/
116116 mkdir -p runtime/
117+ test -f runtime/php && rm -f runtime/php
117118 if [ ! -f runtime/php/php ] ; then
118119 bash setup-php-runtime.sh
119120 fi
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ mkdir -p bin/
5757mkdir -p runtime/
5858mkdir -p var/runtime
5959APP_RUNTIME_DIR=${__PROJECT__} /runtime/php
60+ test -f ${__PROJECT__} /runtime/php && rm -f ${__PROJECT__} /runtime/php
6061mkdir -p ${APP_RUNTIME_DIR}
6162
6263cd ${__PROJECT__} /var/runtime
You can’t perform that action at this time.
0 commit comments