Skip to content

Commit

Permalink
Back to bash for CI database setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Feb 10, 2018
1 parent 9a6be87 commit 4c7766d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/setup-db.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
if [ -n $DB_TYPE ]
then
if [[ $DB_TYPE == "pg" ]]
Expand Down

0 comments on commit 4c7766d

Please sign in to comment.