github.com/snowflakedb/gosnowflake@v1.9.0/ci/build.sh (about) 1 #!/bin/bash 2 # 3 # Format, lint and WhiteSource scan Golang driver 4 # 5 set -e 6 set -o pipefail 7 8 CI_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 9 cd $CI_DIR/.. 10 make fmt lint