Make newdb.sh executable and use the full path

This commit is contained in:
c0de 2018-03-08 21:21:12 -06:00
parent c5b7fd125d
commit 81af937fab
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
# Set up Test DB
- run: sudo apt install postgresql-client-9.4 postgresql-9.4
- run: sudo /etc/init.d/postgresql start
- run: sudo ./newdb.sh
- run: sudo ${HOME}/repo/newdb.sh
# Download and cache dependencies
- restore_cache:

0
newdb.sh Normal file → Executable file
View File