GH yml syntax correction
This commit is contained in:
2
.github/workflows/eclipse-distro-build.yml
vendored
2
.github/workflows/eclipse-distro-build.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
MACOS_NOTARIZATION_SERVICE_URL: http://localhost:8080
|
||||
AC_USERNAME: ${{ secrets.AC_USERNAME }}
|
||||
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
|
||||
APPLE_TEAM_ID: {{ secrets.APPLE_TEAM_ID }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
run: |
|
||||
cd eclipse-distribution
|
||||
./mvnw --batch-mode -U clean deploy -P${{ inputs.eclipse_profile }} -P${{ inputs.build_type }} -Pgitactions -Pgpg.sign -Dsigning.skip=true -Dmaven.repo.local=~/.m2/repository-signed -Dhttpclient.retry-max=20 -Dmaven.test.skip=true -Declipse.p2.mirrors=false -Dtycho.localArtifacts=ignore -Ds3service.https-only=true -Dp2.replaceQualifier=true -Dorg.eclipse.ecf.provider.filetransfer.httpclient.retrieve.readTimeout=1200000 -Dorg.eclipse.equinox.p2.transport.ecf.retry=5 -Dskip.eclipserun.proxies=false -Dskip.osx.signing=false -Dskip.win.signing=false -Dskip.osx.notarizing=false -Dtycho.equinox.resolver.uses=true
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
MACOS_NOTARIZATION_SERVICE_URL: http://localhost:8080
|
||||
AC_USERNAME: ${{ secrets.AC_USERNAME }}
|
||||
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
|
||||
APPLE_TEAM_ID: {{ secrets.APPLE_TEAM_ID }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
run: |
|
||||
cd eclipse-distribution
|
||||
KEYCHAIN=$RUNNER_TEMP/app-signing.keychain-db
|
||||
|
||||
Reference in New Issue
Block a user