mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/bash
|
|
set -eux
|
|
bash git/re2/kokoro/bazel.sh
|
|
exit $?
|