Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
/java-talentPublic archive

Commit0e0b0ae

Browse files
fix: release scripts from issuing overlapping phases
`mvn deploy` will run `mvn install` so specifying `mvn install deploy` is redundant at best. At worst, it will cause plugins like maven-shade-plugin to be executed twice re-shading itselfSource-Author: Igor Bernstein <igorbernstein@google.com>Source-Date: Wed Apr 14 13:16:03 2021 -0400Source-Repo: googleapis/synthtoolSource-Sha: 8285c2b4cdbc3771d031ad91e1c4ec9e55fff45dSource-Link:googleapis/synthtool@8285c2b
1 parent8155d3a commit0e0b0ae

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 cleaninstalldeploy -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 cleaninstalldeploy -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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-talent.git",
7-
"sha": "9ccf28f2d8d391e1120d63e872481fc17eb379d0"
7+
"sha": "8155d3a47b85409f92b960b8cd1a4e2aec640c87"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
30+
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
3131
}
3232
}
3333
],
@@ -62,6 +62,7 @@
6262
".github/readme/synth.py",
6363
".github/release-please.yml",
6464
".github/snippet-bot.yml",
65+
".github/sync-repo-settings.yaml",
6566
".github/trusted-contribution.yml",
6667
".github/workflows/approve-readme.yaml",
6768
".github/workflows/auto-release.yaml",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp