Skip to content

Commit b0c80dd

Browse files
authored
chore: Print kokoro job name in script (#155)
* chore: Check in initial kokoro build config and build script * chore: Print out kokoro job name * remove space in printed out strings
1 parent 72f1437 commit b0c80dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.kokoro/release.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
#!/bin/bash
2+
13
# Make sure `JAVA_HOME` is set.
2-
echo "JAVA_HOME = $JAVA_HOME"
4+
echo "JAVA_HOME=$JAVA_HOME"
5+
6+
echo "KOKORO_JOB_NAME=${KOKORO_JOB_NAME}"

0 commit comments

Comments
 (0)