mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02: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"
|