Skip to content

Commit 93dbad9

Browse files
committed
chore: Remove duplicate quickBuild config
1 parent c0a55b6 commit 93dbad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sdk-platform-java-dependency_compatibility_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Install the modules for showcase (Shared-Deps is required to run showcase)
6565
- name: Install sdk-platform-java's modules
6666
# gapic-generator-java requires Java 8 and is irrelevant for this CI
67-
run: mvn -q -B -ntp install --projects '!gapic-generator-java' -PquickBuild -DskipTests -PquickBuild -T 1C
67+
run: mvn -q -B -ntp install --projects '!gapic-generator-java' -PquickBuild -DskipTests -T 1C
6868
working-directory: sdk-platform-java
6969

7070
# Set up local showcase server to run the showcase ITs

.github/workflows/sdk-platform-java-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cache: maven
6868
- run: mvn -version
6969
- name: Install with Java 11
70-
run: mvn install --errors --batch-mode --no-transfer-progress -PquickBuild -DskipTests -PquickBuild
70+
run: mvn install --errors --batch-mode --no-transfer-progress -PquickBuild -DskipTests
7171

7272
- uses: actions/setup-java@v5
7373
with:

0 commit comments

Comments
 (0)