Skip to content

Commit 4e4f60c

Browse files
committed
chore: Autostyle no longer uses stage-vote-release-plugin
1 parent 875b5c9 commit 4e4f60c

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
@@ -151,49 +151,3 @@ jobs:
151151
arguments: --no-parallel --no-daemon publishDist -Prc=1 -PlocalReleasePlugins -PasfTestNexusUsername=test -PasfTestNexusPassword=test -PasfTestGitSourceUsername=test -PasfTestGitSourcePassword=test -PasfTestSvnUsername=test -PasfTestSvnPassword=test
152152
env:
153153
ORG_GRADLE_PROJECT_checksumIgnore: true
154-
155-
release-autostyle:
156-
strategy:
157-
fail-fast: false
158-
matrix:
159-
gradle-version: [wrapper]
160-
name: 'Autostyle ${{ matrix.gradle-version }}'
161-
runs-on: ubuntu-latest
162-
steps:
163-
- uses: actions/checkout@v5
164-
with:
165-
fetch-depth: 50
166-
submodules: true
167-
- name: 'Set up JDK 8'
168-
uses: actions/setup-java@v5
169-
with:
170-
java-version: 21
171-
distribution: 'zulu'
172-
- name: 'Start release environment'
173-
run: |
174-
gpg --import .github/workflows/test-key.asc
175-
git clone --depth 100 https://github.com/vlsi/asflike-release-environment.git ../asflike-release-environment
176-
cd ../asflike-release-environment
177-
cp .env_autostyle .env
178-
docker compose build vcs
179-
docker compose up -d
180-
- name: 'Clone Autostyle'
181-
run: |
182-
git clone --depth 100 https://github.com/autostyle/autostyle.git ../autostyle
183-
git rev-parse HEAD
184-
- name: 'Prepare Candidate'
185-
uses: eskatos/gradle-command-action@v3
186-
with:
187-
gradle-version: ${{ matrix.gradle-version }}
188-
build-root-directory: ../autostyle
189-
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
190-
env:
191-
ORG_GRADLE_PROJECT_checksumIgnore: true
192-
- name: 'Publish Release'
193-
uses: eskatos/gradle-command-action@v3
194-
with:
195-
gradle-version: ${{ matrix.gradle-version }}
196-
build-root-directory: ../autostyle
197-
arguments: --no-parallel --no-daemon publishDist -Prc=1 -PlocalReleasePlugins -PghTestNexusUsername=test -PghTestNexusPassword=test -PghTestGitSourceUsername=test -PghTestGitSourcePassword=test
198-
env:
199-
ORG_GRADLE_PROJECT_checksumIgnore: true

0 commit comments

Comments
 (0)