Properly pass env vars to maven
This commit is contained in:
3
.github/workflows/eclipse-ls-extensions.yml
vendored
3
.github/workflows/eclipse-ls-extensions.yml
vendored
@@ -27,6 +27,9 @@ jobs:
|
||||
cd headless-services
|
||||
xvfb-run mvn --batch-mode clean install -DskipTests
|
||||
- name: Build Eclipse LS extensions
|
||||
env:
|
||||
tools_s3_access_key: ${{ secrets.TOOLS_S3_ACCESS_KEY }}
|
||||
tools_s3_secret_key: ${{ secrets.TOOLS_S3_SECRET_KEY }}
|
||||
run: |
|
||||
cd eclipse-language-servers
|
||||
xvfb-run mvn --batch-mode clean deploy -Pe427 -Psnapshot -Pgitactions -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
|
||||
Reference in New Issue
Block a user