Skip to content

Commit 1120581

Browse files
committed
⛔️ fix Heroku build
just a temporary workaround
1 parent e8586a4 commit 1120581

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/preview_on_downstream_repo.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
repository: ${{ inputs.repository }}
3939
token: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_REPO }}
4040

41+
# Apply https://github.com/nextstrain/nextstrain.org/pull/1041
42+
- name: Fix Heroku build
43+
run: |
44+
git apply <(wget -q -O - https://github.com/nextstrain/nextstrain.org/pull/1041.patch)
45+
git add build.sh
46+
4147
- name: Install Auspice from PRs HEAD commit
4248
shell: bash
4349
working-directory: ${{ inputs.directory }}

0 commit comments

Comments
 (0)