Skip to content
Extraits de code Groupes Projets
Valider c29c5f74 rédigé par okhin's avatar okhin :bicyclist:
Parcourir les fichiers

Merge branch '35-si-le-make-rate-la-ci-reste-bloquee' into 'preprod'

Resolve "Si le make rate, la ci reste bloquée"

Closes #35

See merge request lqdn-interne/don!18
parents d06d9bd4 2f616d93
Branches
Étiquettes
2 requêtes de fusion!37Mise en production,!18Resolve "Si le make rate, la ci reste bloquée"
......@@ -45,7 +45,7 @@ job test:
- echo "SQL_DATABASE=${SQL_DATABASE}" >> app/env
- make install
- make server-start
- make test
- make -k test
- make server-stop
- mysql -u $SQL_USER -p$SQL_PASSWORD -e "DROP DATABASE $SQL_DATABASE"
tags:
......
......@@ -71,7 +71,7 @@ server-start: server-stop ## Launch a local server
@echo "\033[32mServer running. (http://127.0.0.1:8000)\033[0m"
server-stop: ## Stop local server if running
@ps -aux | grep "[p]hp -S 127.0.0.1:8000" | grep -v grep | awk '{print $$2}' | xargs -r -n 1 kill
-@ps -aux | grep "[p]hp -S 127.0.0.1:8000" | grep -v grep | awk '{print $$2}' | xargs -r -n 1 kill
@echo "\033[32mServer stopped. (http://127.0.0.1:8000)\033[0m"
cs-fix: ## Fix CS
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter