Skip to content

Commit d7f3912

Browse files
Update hcx-pipeline-docker-build.yml
1 parent fe1ac8d commit d7f3912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hcx-pipeline-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040

4141
- name: Maven Build
4242
run: |
43-
cd hcx-pipeline-jobs
44-
mvn clean install -DskipTests
43+
cd hcx-pipeline-jobs/jobs-distribution
44+
mvn clean package -DskipTests
4545
4646
- name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)