Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakllp committed Oct 3, 2024
2 parents e9aa246 + 3b01c62 commit ce21a8f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 54 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/maven-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Install Dependencies
run: ./install_dependencies.sh

- name: Compile
run: mvn --batch-mode package -DGIT_COMMIT=${{ github.sha }} -DBUILD_NUMBER=${{ env.BUILD_NUMBER }}
env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Install Dependencies
run: ./install_dependencies.sh

- name: Set build number
env:
NUM: ${{ github.run_number }}
Expand Down
22 changes: 0 additions & 22 deletions install_dependencies.ps1

This file was deleted.

26 changes: 0 additions & 26 deletions install_dependencies.sh

This file was deleted.

0 comments on commit ce21a8f

Please sign in to comment.