Skip to content

Commit 9c88d18

Browse files
authored
chore: Check in initial kokoro build config and build script (#149)
1 parent 925a75c commit 9c88d18

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.kokoro/release.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
build_file: "functions-framework-java/.kokoro/release.sh"
2+
3+
before_action {
4+
fetch_keystore {
5+
keystore_resource {
6+
keystore_config_id: 75669
7+
keyname: "functions-framework-java-release-bot-gpg-passphrase"
8+
}
9+
keystore_resource {
10+
keystore_config_id: 75669
11+
keyname: "functions-framework-java-release-bot-sonatype-password"
12+
}
13+
}
14+
}

.kokoro/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Make sure `JAVA_HOME` is set.
2+
echo "JAVA_HOME = $JAVA_HOME"

0 commit comments

Comments
 (0)