We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a99e3 commit 133b334Copy full SHA for 133b334
.circleci/config.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: sudo cp .circleci/apache_ci.conf /etc/apache2/sites-available
25
- run: sudo a2ensite apache_ci.conf
26
- run: sudo a2enmod rewrite
27
- - run: sudo systemctl restart apache2
+ - run: sudo service apache2 restart
28
# Install plugin dependencies via Composer
29
- run: composer install
30
- run: mkdir plugin
0 commit comments