6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
||
|
source "$CUR_PATH/../apps/ci/ci-pending-sql.sh"
|