Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 633fdad

Browse files
fix: release scripts from issuing overlapping phases (#761)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/f801d6e1-7607-45e4-94e5-d42084e06fc7/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@8285c2b
1 parent 7fe1a16 commit 633fdad

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.kokoro/release/snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
2525
setup_environment_secrets
2626
create_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 \

.kokoro/release/stage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
3131
retry_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 \

synth.metadata

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14-
"sha": "5bfdf2ddbf2b64cc2d0b3a6411001fe8ed92e28b"
14+
"sha": "7fe1a16a3eda9dc1bef47b85626d98af2b405592"
1515
}
1616
},
1717
{
@@ -26,7 +26,7 @@
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
29+
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
3030
}
3131
}
3232
],
@@ -52,6 +52,7 @@
5252
".github/readme/synth.py",
5353
".github/release-please.yml",
5454
".github/snippet-bot.yml",
55+
".github/sync-repo-settings.yaml",
5556
".github/trusted-contribution.yml",
5657
".github/workflows/approve-readme.yaml",
5758
".github/workflows/auto-release.yaml",

0 commit comments

Comments
 (0)