Skip to content

Commit 071a5a4

Browse files
authored
Update test-command.sh
1 parent 93727aa commit 071a5a4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: test/test-command.sh

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
#!/usr/bin/env bash
2-
32
set -e
43

5-
# Clean the app folder
4+
# clean the app folder
65
cd /opt/
76
rm -rf app
87

9-
# Create laravel project into app
8+
# create laravel project into app
109
composer create-project --prefer-dist laravel/laravel app
1110

12-
# Start services in the background.
11+
# start services in the background
1312
runsvdir /etc/service &
1413

15-
# Check if the Services are available
14+
# check if the services are available
1615
wait-for-it.sh --host=localhost --port=8080

0 commit comments

Comments
 (0)