Skip to content

Commit 6486a65

Browse files
committed
Update at 2024-03-01 03:03:21 on Mac-mini-M1--Home
1 parent 82f628f commit 6486a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deploy:
2323
- ls -la
2424
- composer --version
2525
- composer validate
26-
- composer install --no-dev --no-plugins --no-scripts --no-interaction --no-progress --optimize-autoloader
26+
- composer install --ansi --no-dev --no-plugins --no-scripts --no-interaction --no-progress --optimize-autoloader
2727
- sudo chown -R gitlab-runner:gitlab-runner vendor/
2828
- ls -la
2929
- echo "============|| Create Released Folder ||============"

0 commit comments

Comments
 (0)