Skip to content

Commit c73b514

Browse files
committed
GH-1212 - Avoid double building in CI infrastructure.
1 parent 6ed2d65 commit c73b514

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
java-version: 17
2222
cache: 'maven'
2323

24-
- name: Build with Maven
25-
env:
26-
DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
27-
run: ./mvnw -B
28-
2924
- name: Deploy to Artifactory
3025
env:
3126
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

0 commit comments

Comments
 (0)