Properly pass env vars to maven

This commit is contained in:
aboyko
2023-06-07 13:00:47 -04:00
parent af69d06121
commit dbb955c4c9
3 changed files with 7 additions and 4 deletions

View File

@@ -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