Loading templates/gitlab-ci-php.yml +8 −6 Original line number Diff line number Diff line Loading @@ -13,6 +13,14 @@ # program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= # default workflow rules workflow: rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never - when: always variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" Loading Loading @@ -276,9 +284,6 @@ php-unit: paths: - $PHP_PROJECT_DIR/reports/ rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never - if: '$PHP_UNIT_DISABLED == "true"' when: never # run if PHPUnit config file exists Loading @@ -301,9 +306,6 @@ php-codesniffer: paths: - $PHP_PROJECT_DIR/reports/ rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never # exclude if $PHP_CODESNIFFER_DISABLED not set - if: '$PHP_CODESNIFFER_DISABLED == "true"' when: never Loading Loading
templates/gitlab-ci-php.yml +8 −6 Original line number Diff line number Diff line Loading @@ -13,6 +13,14 @@ # program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth # Floor, Boston, MA 02110-1301, USA. # ========================================================================================= # default workflow rules workflow: rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never - when: always variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" Loading Loading @@ -276,9 +284,6 @@ php-unit: paths: - $PHP_PROJECT_DIR/reports/ rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never - if: '$PHP_UNIT_DISABLED == "true"' when: never # run if PHPUnit config file exists Loading @@ -301,9 +306,6 @@ php-codesniffer: paths: - $PHP_PROJECT_DIR/reports/ rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never # exclude if $PHP_CODESNIFFER_DISABLED not set - if: '$PHP_CODESNIFFER_DISABLED == "true"' when: never Loading