Skip to content

Commit e18af35

Browse files
committed
chore: release-pgjdbc CI job as pgjdbc will no longer use stage-vote-release plugin
1 parent 2be29c3 commit e18af35

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

.github/workflows/release-test.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -197,49 +197,3 @@ jobs:
197197
arguments: --no-parallel --no-daemon publishDist -Prc=1 -PlocalReleasePlugins -PghTestNexusUsername=test -PghTestNexusPassword=test -PghTestGitSourceUsername=test -PghTestGitSourcePassword=test
198198
env:
199199
ORG_GRADLE_PROJECT_checksumIgnore: true
200-
201-
release-pgjdbc:
202-
strategy:
203-
fail-fast: false
204-
matrix:
205-
gradle-version: [wrapper]
206-
name: 'pgjdbc ${{ matrix.gradle-version }}'
207-
runs-on: ubuntu-latest
208-
steps:
209-
- uses: actions/checkout@v4
210-
with:
211-
fetch-depth: 50
212-
submodules: true
213-
- name: 'Set up JDK 8'
214-
uses: actions/setup-java@v4
215-
with:
216-
java-version: 21
217-
distribution: 'zulu'
218-
- name: 'Start release environment'
219-
run: |
220-
gpg --import .github/workflows/test-key.asc
221-
git clone --depth 100 https://github.com/vlsi/asflike-release-environment.git ../asflike-release-environment
222-
cd ../asflike-release-environment
223-
cp .env_pgjdbc .env
224-
docker compose build vcs
225-
docker compose up -d
226-
- name: 'Clone pgjdbc'
227-
run: |
228-
git clone --depth 100 https://github.com/pgjdbc/pgjdbc.git ../pgjdbc
229-
git rev-parse HEAD
230-
- name: 'Prepare Candidate'
231-
uses: eskatos/gradle-command-action@v3
232-
with:
233-
gradle-version: ${{ matrix.gradle-version }}
234-
build-root-directory: ../pgjdbc
235-
arguments: --no-parallel --no-daemon prepareVote -Prc=1 -PlocalReleasePlugins -PghTestNexusUsername=test -PghTestNexusPassword=test -PghTestGitSourceUsername=test -PghTestGitSourcePassword=test -Psigning.gnupg.keyName=289023DE2663BD17 -PuseGpgCmd -Psigning.gnupg.useLegacyGpg=true
236-
env:
237-
ORG_GRADLE_PROJECT_checksumIgnore: true
238-
- name: 'Publish Release'
239-
uses: eskatos/gradle-command-action@v3
240-
with:
241-
gradle-version: ${{ matrix.gradle-version }}
242-
build-root-directory: ../pgjdbc
243-
arguments: --no-parallel --no-daemon publishDist -Prc=1 -PlocalReleasePlugins -PghTestNexusUsername=test -PghTestNexusPassword=test -PghTestGitSourceUsername=test -PghTestGitSourcePassword=test
244-
env:
245-
ORG_GRADLE_PROJECT_checksumIgnore: true

0 commit comments

Comments
 (0)