mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-23 09:11:24 -05:00
9 lines
122 B
Bash
Executable File
9 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
script_dir=$(dirname "$0")
|
|
cd "$script_dir"
|
|
|
|
exec go run . -pr $BRANCH_NAME $CHANGE_TARGET
|