File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ build_file: "appengine-java-standard/kokoro/gcp_ubuntu/release.sh"
2222before_action {
2323 fetch_keystore {
2424 keystore_resource {
25- keystore_config_id: 71528
26- keyname: " sonatype_username "
25+ keystore_config_id: 75669
26+ keyname: " sonatype_central_username_appengine_java "
2727 }
2828 keystore_resource {
29- keystore_config_id: 71528
30- keyname: " sonatype_password "
29+ keystore_config_id: 75669
30+ keyname: " sonatype_central_password_appengine_java "
3131 }
3232 keystore_resource {
3333 keystore_config_id: 70247
@@ -63,12 +63,12 @@ action {
6363
6464env_vars {
6565 key: " SONATYPE_USERNAME"
66- value: " $(cat $KOKORO_ROOT/src/keystore/71528_sonatype_username )"
66+ value: " $(cat $KOKORO_ROOT/src/keystore/75669_sonatype_central_username_appengine_java )"
6767}
6868
6969env_vars {
7070 key: " SONATYPE_PASSWORD"
71- value: " $(cat $KOKORO_ROOT/src/keystore/71528_sonatype_password )"
71+ value: " $(cat $KOKORO_ROOT/src/keystore/75669_sonatype_central_password_appengine_java )"
7272}
7373
7474env_vars {
You can’t perform that action at this time.
0 commit comments