Skip to content

Commit

Permalink
update php
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-lopez committed Apr 8, 2019
1 parent a9d4277 commit 939880b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_for_api.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh

mkdir -p laravel-artisan/horizon
mkdir -p laravel-artisan/scheduler
Expand Down
2 changes: 1 addition & 1 deletion build_for_api_testing.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh

python3 php-fpm/build.py --api --testing

Expand Down
2 changes: 1 addition & 1 deletion build_for_website.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh

cp -R ../exosuite-website php-fpm
cp -R ../exosuite-website nginx
Expand Down
2 changes: 1 addition & 1 deletion copy_files_for_artisan.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh

cp laravel-artisan/init.sh laravel-artisan/horizon
cp laravel-artisan/init.sh laravel-artisan/scheduler
Expand Down

0 comments on commit 939880b

Please sign in to comment.