This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree3 files changed
+5
-4
lines changed Expand file treeCollapse file tree3 files changed
+5
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
|
25 | 25 | setup_environment_secrets
|
26 | 26 | create_settings_xml_file "settings.xml"
|
27 | 27 |
|
28 |
| -mvn clean install deploy -B \ |
| 28 | +mvn clean deploy -B \ |
29 | 29 | --settings ${MAVEN_SETTINGS_FILE} \
|
30 | 30 | -DperformRelease=true \
|
31 | 31 | -Dgpg.executable=gpg \
|
|
Original file line number | Diff line number | Diff line change |
---|
@@ -29,7 +29,7 @@ create_settings_xml_file "settings.xml"
|
29 | 29 |
|
30 | 30 | # attempt to stage 3 times with exponential backoff (starting with 10 seconds)
|
31 | 31 | retry_with_backoff 3 10 \
|
32 |
| -mvn clean install deploy -B \ |
| 32 | +mvn clean deploy -B \ |
33 | 33 | --settings ${MAVEN_SETTINGS_FILE} \
|
34 | 34 | -DskipTests=true \
|
35 | 35 | -DperformRelease=true \
|
|
Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-tasks.git",
|
7 |
| -"sha": "a4d01dc922a12862fec4084afd9d9241a01cb194" |
| 7 | +"sha": "d0afa6112ab4cc1da5b398e970a9e3d4e23e29cd" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
|
19 | 19 | "git": {
|
20 | 20 | "name": "synthtool",
|
21 | 21 | "remote": "https://.com/googleapis/synthtool.git",
|
22 |
| -"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015" |
| 22 | +"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d" |
23 | 23 | }
|
24 | 24 | }
|
25 | 25 | ],
|
|
63 | 63 | "./readme/synth.py",
|
64 | 64 | "./release-please.yml",
|
65 | 65 | "./snippet-bot.yml",
|
| 66 | +"./sync-repo-settings.yaml", |
66 | 67 | "./trusted-contribution.yml",
|
67 | 68 | "./workflows/approve-readme.yaml",
|
68 | 69 | "./workflows/auto-release.yaml",
|
|
You can’t perform that action at this time.
0 commit comments