gpg.sign profile and cleanup
This commit is contained in:
2
.github/workflows/eclipse-ls-extensions.yml
vendored
2
.github/workflows/eclipse-ls-extensions.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
gpg_keyname: ${{ secrets.GPG_KEYID }}
|
||||
run: |
|
||||
cd eclipse-language-servers
|
||||
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -Pgpg.sign -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
- name: Verify Eclipse LS Extensions on e429
|
||||
run: |
|
||||
cd eclipse-language-servers
|
||||
|
||||
Reference in New Issue
Block a user