Skip to content

Commit 52bbb6c

Browse files
committed
ci: remove obsolete local google-http-java-client snapshot checkout steps from showcase workflow
1 parent a081cf7 commit 52bbb6c

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

.github/workflows/showcase.yaml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ jobs:
4040
java-version: 11
4141
distribution: temurin
4242
cache: maven
43-
- name: Checkout google-http-java-client (pqc-support-conscrypt branch)
44-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
45-
with:
46-
repository: googleapis/google-http-java-client
47-
ref: pqc-support-conscrypt
48-
path: google-http-java-client
49-
persist-credentials: false
50-
- name: Build and install local google-http-java-client snapshot
51-
working-directory: google-http-java-client
52-
run: |
53-
mvn install -DskipTests -Dmaven.javadoc.skip=true -Dclirr.skip=true -B -ntp
54-
cd .. && rm -rf google-http-java-client
5543
- name: Install all modules using Java 11
5644
shell: bash
5745
run: .kokoro/build.sh
@@ -132,18 +120,6 @@ jobs:
132120
java-version: ${{ matrix.java }}
133121
distribution: temurin
134122
- run: mvn -version
135-
- name: Checkout google-http-java-client (pqc-support-conscrypt branch)
136-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
137-
with:
138-
repository: googleapis/google-http-java-client
139-
ref: pqc-support-conscrypt
140-
path: google-http-java-client
141-
persist-credentials: false
142-
- name: Build and install local google-http-java-client snapshot
143-
working-directory: google-http-java-client
144-
run: |
145-
mvn install -DskipTests -Dmaven.javadoc.skip=true -Dclirr.skip=true -B -ntp
146-
cd .. && rm -rf google-http-java-client
147123
- name: Install Maven modules
148124
shell: bash
149125
run: .kokoro/build.sh
@@ -253,18 +229,6 @@ jobs:
253229
java-version: 17
254230
distribution: temurin
255231
cache: maven
256-
- name: Checkout google-http-java-client (pqc-support-conscrypt branch)
257-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
258-
with:
259-
repository: googleapis/google-http-java-client
260-
ref: pqc-support-conscrypt
261-
path: google-http-java-client
262-
persist-credentials: false
263-
- name: Build and install local google-http-java-client snapshot
264-
working-directory: google-http-java-client
265-
run: |
266-
mvn install -DskipTests -Dmaven.javadoc.skip=true -Dclirr.skip=true -B -ntp
267-
cd .. && rm -rf google-http-java-client
268232
- name: Install Maven modules
269233
shell: bash
270234
run: .kokoro/build.sh

0 commit comments

Comments
 (0)