force running scripts in bash, as it's not the default shell on Ubuntu (which is what Travis runs)
This commit is contained in:
parent
ebc9859cce
commit
20becf8735
8 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
BASE_DIR=$(readlink -f $(dirname $0))
|
||||
cd $BASE_DIR
|
||||
cd installations/consent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue