Skip to content

Commit

Permalink
Update baseline commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Dec 17, 2023
1 parent 85030cf commit f4a8dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cat tests/baseline-commit.txt >> $GITHUB_ENV
- run: "(echo -n baseline_commit=; cat tests/baseline-commit.txt ) >> $GITHUB_ENV"
- uses: actions/checkout@v3
with:
ref: ${{ env.baseline_commit }}
Expand Down
2 changes: 1 addition & 1 deletion tests/baseline-commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
baseline_commit=54f9fe4266ae0ab7843ee7fb70ddfbc2d95dc729
85030cfa81ffebfd21dadc339b4dff72176d91c0
2 changes: 1 addition & 1 deletion tests/compare-baseline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
# Ensure test data is available
tests/download.sh

source tests/baseline-commit.txt
baseline_commit=$(< tests/baseline-commit.txt)

baseline_bam=baseline/baseline-${baseline_commit}.${ends}.bam
baseline_binary=baseline/strobealign-${baseline_commit}
Expand Down

0 comments on commit f4a8dd2

Please sign in to comment.