We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925a75c commit 9c88d18Copy full SHA for 9c88d18
.kokoro/release.cfg
@@ -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
10
11
+ keyname: "functions-framework-java-release-bot-sonatype-password"
12
13
14
+}
.kokoro/release.sh
@@ -0,0 +1,2 @@
+# Make sure `JAVA_HOME` is set.
+echo "JAVA_HOME = $JAVA_HOME"
0 commit comments