Skip to content

Commit

Permalink
Update build-p2-site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
col-panic authored Jan 20, 2025
1 parent 99d7221 commit 4539b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-p2-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: pull docker image ${{ env.DOCKER_BUILD_IMAGE }}
run: docker pull ${{ env.DOCKER_BUILD_IMAGE }}
- name: build using docker image ${{ env.DOCKER_BUILD_IMAGE }}
run: docker run --rm --init -v "$(pwd)":/usr/src/mymaven -v "$(eval echo ~$USER)/m2-${{ env.BRANCH_NAME }}":/root/.m2 -w /usr/src/mymaven ${{ env.DOCKER_BUILD_IMAGE }} xvfb-run mvn -V -T 1C clean verify -B
run: docker run --rm --init -v "$(pwd)":/usr/src/mymaven -v "$(eval echo ~$USER)/m2-${{ env.BRANCH_NAME }}":/root/.m2 -w /usr/src/mymaven ${{ env.DOCKER_BUILD_IMAGE }} xvfb-run mvn -V clean verify -B
- name: upload artifacts
run: |
eval $(ssh-agent -s)
Expand Down

0 comments on commit 4539b1d

Please sign in to comment.