mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-28 14:10:51 -08:00
Troubleshooting pipeline: remove comment to trigger build
This commit is contained in:
parent
32d8d8c50e
commit
119ed9c882
|
@ -21,8 +21,6 @@ pipeline:
|
||||||
- name: Setup
|
- name: Setup
|
||||||
cmd: |
|
cmd: |
|
||||||
cp -v .env.example .env
|
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
|
touch .env.testing
|
||||||
composer install --no-interaction --prefer-dist --optimize-autoloader
|
composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue