This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ retry_with_backoff 3 10 \
3737 -Dgcloud.download.skip=true \
3838 -T 1C
3939
40- # if GOOGLE_APPLICATION_CREDIENTIALS is specified as a relative path prepend Kokoro root directory onto it
40+ # if GOOGLE_APPLICATION_CREDENTIALS is specified as a relative path, prepend Kokoro root directory onto it
4141if [[ ! -z " ${GOOGLE_APPLICATION_CREDENTIALS} " && " ${GOOGLE_APPLICATION_CREDENTIALS} " != /* ]]; then
4242 export GOOGLE_APPLICATION_CREDENTIALS=$( realpath ${KOKORO_GFILE_DIR} /${GOOGLE_APPLICATION_CREDENTIALS} )
4343fi
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
2525setup_environment_secrets
2626create_settings_xml_file " settings.xml"
2727
28- mvn clean install deploy -B \
28+ mvn clean deploy -B \
2929 --settings ${MAVEN_SETTINGS_FILE} \
3030 -DperformRelease=true \
3131 -Dgpg.executable=gpg \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"
2929
3030# attempt to stage 3 times with exponential backoff (starting with 10 seconds)
3131retry_with_backoff 3 10 \
32- mvn clean install deploy -B \
32+ mvn clean deploy -B \
3333 --settings ${MAVEN_SETTINGS_FILE} \
3434 -DskipTests=true \
3535 -DperformRelease=true \
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-shared-dependencies.git",
7- "sha": "265911945d03215a4a2f36e350f94ba60a25c59b "
7+ "sha": "409d24f8a0cac30e41ca45eb2711aecb335d70dd "
88 }
99 },
1010 {
1111 "git": {
1212 "name": "synthtool",
1313 "remote": "https://github.com/googleapis/synthtool.git",
14- "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015 "
14+ "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d "
1515 }
1616 }
1717 ],
2525 ".github/generated-files-bot.yml",
2626 ".github/readme/synth.py",
2727 ".github/snippet-bot.yml",
28+ ".github/sync-repo-settings.yaml",
2829 ".github/trusted-contribution.yml",
2930 ".github/workflows/approve-readme.yaml",
3031 ".github/workflows/ci.yaml",
You can’t perform that action at this time.
0 commit comments