Skip to content

Commit 8c95527

Browse files
committed
update build.sh
1 parent c832d0c commit 8c95527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export DB_USER="kokoro_ci"
3333
export DB_PASS=$(cat $KOKORO_GFILE_DIR/secrets-sql-password.txt)
3434
if [[ $SQL_CLIENT == 'pg' ]]; then
3535
export CONNECTION_NAME=$(cat $KOKORO_GFILE_DIR/secrets-pg-connection-name.txt)
36+
elif [[ $SQL_CLIENT == 'sqlserver' ]]; then
37+
export CONNECTION_NAME=$(cat $KOKORO_GFILE_DIR/secrets-sqlserver-connection-name.txt)
3638
else
3739
export CONNECTION_NAME=$(cat $KOKORO_GFILE_DIR/secrets-mysql-connection-name.txt)
3840
fi

0 commit comments

Comments
 (0)