Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
2f616d93
Commit
2f616d93
authored
Oct 13, 2018
by
Okhin
Browse files
Updating the CI to say to make to keep going
parent
d06d9bd4
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2f616d93
...
...
@@ -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
:
...
...
Makefile
View file @
2f616d93
...
...
@@ -71,7 +71,7 @@ server-start: server-stop ## Launch a local server
@
echo
"
\0
33[32mServer running. (http://127.0.0.1:8000)
\0
33[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
"
\0
33[32mServer stopped. (http://127.0.0.1:8000)
\0
33[0m"
cs-fix
:
##
Fix CS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment