Remove buildQualifier setting from the command
This commit is contained in:
15
.github/workflows/debug-test-flow.yml
vendored
15
.github/workflows/debug-test-flow.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: Debug Timestamp
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
|
||||
eclipse-distro-build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Timestamp
|
||||
id: timestamp
|
||||
run: echo "name=date::$(date +'%Y%m%dT%H%M%S')" >> $GITHUB_OUTPUT
|
||||
- name: Print timestamp
|
||||
run: |
|
||||
echo $(date +'%Y%m%dT%H%M%S')
|
||||
echo ${{ steps.timestamp.outputs.date }}
|
||||
5
.github/workflows/eclipse-distro-build.yml
vendored
5
.github/workflows/eclipse-distro-build.yml
vendored
@@ -27,9 +27,6 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
- name: Enforce https instead of http
|
||||
run: ./nohttp.sh
|
||||
- name: Timestamp
|
||||
id: timestamp
|
||||
run: echo "name=date::$(date +'%Y%m%dT%H%M%S')" >> $GITHUB_OUTPUT
|
||||
- name: Install GPG key
|
||||
run: |
|
||||
echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
|
||||
@@ -52,4 +49,4 @@ jobs:
|
||||
MACOS_NOTARIZATION_SERVICE_URL: http://localhost:8080
|
||||
run: |
|
||||
cd eclipse-distribution
|
||||
./mvnw --batch-mode -U clean deploy -P${{ inputs.eclipse_profile }} -P${{ inputs.build_type }} -Pgitactions -Pgpg.sign -DbuildQualifier=${{ steps.timestamp.outputs.date }} -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
|
||||
./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
|
||||
Reference in New Issue
Block a user