Troubleshooting pipeline: remove comment to trigger build

This commit is contained in:
Marcus Moore 2023-08-07 11:09:10 -07:00
parent 32d8d8c50e
commit 119ed9c882
No known key found for this signature in database

View file

@ -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