Skip to content

Commit

Permalink
Merge pull request #3585 from IBM/issue-1412-update
Browse files Browse the repository at this point in the history
issue #1412 - only rebuild the last release
  • Loading branch information
lmsurpre committed Apr 20, 2022
2 parents 443de65 + a92194e commit 99386c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ '11' ]
tag: [ '4.9.2', '4.10.2' ]
tag: [ '4.11.0' ]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand All @@ -26,10 +26,6 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Patch release script
run: |
# only needed until we get past FHIR 4.10.2
sed -i '/^mvn -T2C test .* -f fhir-parent -P "${BUILD_PROFILES}"$/ s/$/ -DfailIfNoTests=false -Dtest=!com.ibm.fhir.ig.us.spl.ExamplesValidationTest/' build/release/bin/20_test/1_code_coverage.sh
- name: Build and Release
env:
BASE: origin/${{ github['base_ref'] }}
Expand Down

0 comments on commit 99386c6

Please sign in to comment.