mirror of
https://github.com/harness/drone.git
synced 2025-05-12 06:59:54 +08:00
11 lines
237 B
Bash
11 lines
237 B
Bash
#!/bin/bash
|
|
|
|
# Tweak PATH for Travis
|
|
export PATH=$PATH:$HOME/gopath/bin
|
|
|
|
OPTIONS="-config=test-integration/dbconfig.yml -env mysql_noflag"
|
|
|
|
set -ex
|
|
|
|
sql-migrate status $OPTIONS | grep -q "Make sure that the parseTime option is supplied"
|