Loading before_script.yml +2 −2 Original line number Diff line number Diff line Loading @@ -38,9 +38,9 @@ phpcs_test: allow_failure: yes script: - *phpcs_test_script only: except: changes: - www/**/*.php - working/**/* .set_layouts: &set_layouts | cd $CI_PROJECT_DIR/working/ && export LAYOUTS=(`ls -1 -d ./*/|perl -nE 's{^\./(.+)/$}{$1}; print if /^[^.]/'`) Loading Loading
before_script.yml +2 −2 Original line number Diff line number Diff line Loading @@ -38,9 +38,9 @@ phpcs_test: allow_failure: yes script: - *phpcs_test_script only: except: changes: - www/**/*.php - working/**/* .set_layouts: &set_layouts | cd $CI_PROJECT_DIR/working/ && export LAYOUTS=(`ls -1 -d ./*/|perl -nE 's{^\./(.+)/$}{$1}; print if /^[^.]/'`) Loading