Skip to content

Commit 6f568f5

Browse files
authored
Revert addition of kool to docker stop command
1 parent a6fb0aa commit 6f568f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/gitlab/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h3>GitLab CI/CD configuration for a Laravel application running with Kool.dev</
118118
php-security-checker: kool run phpqa security-checker security:check composer.lock
119119
phpunit: kool exec app ./vendor/bin/phpunit
120120
start:chrome: kool docker -- --name="chromedriver" --network=$KOOL_GLOBAL_NETWORK -d --shm-size=256M fireworkweb/chromedriver:latest
121-
stop:chrome: kool docker stop chromedriver
121+
stop:chrome: docker stop chromedriver
122122
dusk: kool run artisan dusk
123123
php-cs-fixer-check:
124124
- kool run phpqa php-cs-fixer fix --diff --dry-run app/

0 commit comments

Comments
 (0)