Skip to content

Commit

Permalink
aggiornato circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
januabisconti committed Dec 4, 2024
1 parent bcec934 commit 459fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- checkout
- run:
name: Install Redis Extension
# ATTEZIONE! va messp il || true altrimenti il comando di install resta in attesa
# ATTEZIONE! va messp il || true altrimenti il comando di install resta in attesa
command: |
yes 'no' | sudo pecl install -f redis || true
sudo docker-php-ext-enable redis.so
Expand Down

0 comments on commit 459fe7d

Please sign in to comment.