Skip to content

Commit ba6fb82

Browse files
committed
Remove injection for Maven CI/Local testing
1 parent b1181ab commit ba6fb82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/cross-platform-testing-build-from-source.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ jobs:
113113
run: ./03-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6 -2 https://ge.solutions-team.gradle.com/s/f7yfwfxqzg5us
114114
- name: Run Maven Experiment 04
115115
working-directory: develocity-maven-build-validation
116-
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -e -s https://ge.solutions-team.gradle.com
116+
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -s https://ge.solutions-team.gradle.com

Diff for: .github/workflows/cross-platform-testing-use-development-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
run: ./03-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6 -2 https://ge.solutions-team.gradle.com/s/f7yfwfxqzg5us
9191
- name: Run Maven Experiment 04
9292
working-directory: develocity-maven-build-validation
93-
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -e -s https://ge.solutions-team.gradle.com
93+
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -s https://ge.solutions-team.gradle.com

0 commit comments

Comments
 (0)