From 119ed9c882744d7739d1b759bb2393b4a72950d9 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Mon, 7 Aug 2023 11:09:10 -0700 Subject: [PATCH] Troubleshooting pipeline: remove comment to trigger build --- .chipperci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.chipperci.yml b/.chipperci.yml index 0c1ad8ba1..7d7e99a02 100644 --- a/.chipperci.yml +++ b/.chipperci.yml @@ -21,8 +21,6 @@ pipeline: - name: Setup cmd: | cp -v .env.example .env -# This is simply to allow passing the guard in TestCase@setUp() -# https://chipperci.com/docs/builds/env touch .env.testing composer install --no-interaction --prefer-dist --optimize-autoloader