This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ retry_with_backoff 3 10 \
37
37
-Dgcloud.download.skip=true \
38
38
-T 1C
39
39
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
41
41
if [[ ! -z " ${GOOGLE_APPLICATION_CREDENTIALS} " && " ${GOOGLE_APPLICATION_CREDENTIALS} " != /* ]]; then
42
42
export GOOGLE_APPLICATION_CREDENTIALS=$( realpath ${KOKORO_GFILE_DIR} /${GOOGLE_APPLICATION_CREDENTIALS} )
43
43
fi
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
33
33
retry_with_backoff 3 10 \
34
34
mvn install -B -V -ntp \
35
35
-DskipTests=true \
36
+ -Dmaven.javadoc.skip=true \
36
37
-Dclirr.skip=true
37
38
38
39
mvn -B dependency:analyze -DfailOnWarning=true
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://github.com/googleapis/java-trace.git",
7
- "sha": "75103ed2c91b8af966caf0b76a22434c1b254783 "
7
+ "sha": "ed23028c3f372466c9dcc902979355c11fd9ea63 "
8
8
}
9
9
},
10
10
{
27
27
"git": {
28
28
"name": "synthtool",
29
29
"remote": "https://github.com/googleapis/synthtool.git",
30
- "sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098 "
30
+ "sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d "
31
31
}
32
32
}
33
33
],
62
62
".github/readme/synth.py",
63
63
".github/release-please.yml",
64
64
".github/snippet-bot.yml",
65
+ ".github/sync-repo-settings.yaml",
65
66
".github/trusted-contribution.yml",
66
67
".github/workflows/approve-readme.yaml",
67
68
".github/workflows/auto-release.yaml",
You can’t perform that action at this time.
0 commit comments