Skip to content

Commit

Permalink
Revert "trying to make the workflow to build"
Browse files Browse the repository at this point in the history
This reverts commit 143818a.
  • Loading branch information
affonsov committed Jun 28, 2024
1 parent b3d247e commit e4083f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Java Prepare Deployment
on:
pull_request:
paths:
- java/**
- .github/workflows/java-cd.yml
- .github/workflows/install-shared-dependencies/action.yml
- .github/workflows/start-self-hosted-runner/action.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Build java client
working-directory: java
run: ./gradlew --continue build :client:publishToMavenLocal -Psigning.secretKeyRingFile=secring.gpg -Psigning.password="${{ secrets.GPG_PASSWORD }}" -Psigning.keyId=${{ secrets.GPG_KEY_ID }}
run: ./gradlew --continue build

- name: Ensure no skipped files by linter
working-directory: java
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:

- name: Build java part
working-directory: java
run: ./gradlew --continue build :client:publishToMavenLocal -Psigning.secretKeyRingFile=secring.gpg -Psigning.password="${{ secrets.GPG_PASSWORD }}" -Psigning.keyId=${{ secrets.GPG_KEY_ID }}
run: ./gradlew --continue build

- name: Upload test reports
if: always()
Expand Down

0 comments on commit e4083f4

Please sign in to comment.