From 916fdda76237240e88be785eda5afbc65a6a2bae Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:34:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Redirect=20to=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Does this work? --- .github/workflows/pathogen-repo-build.yaml | 2 +- .github/workflows/pathogen-repo-build.yaml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pathogen-repo-build.yaml b/.github/workflows/pathogen-repo-build.yaml index 42d7d03..223bcbc 100644 --- a/.github/workflows/pathogen-repo-build.yaml +++ b/.github/workflows/pathogen-repo-build.yaml @@ -274,7 +274,7 @@ jobs: # shellcheck disable=SC2154 set -x - eval "$NEXTSTRAIN_BUILD_COMMAND" &> build.log & tail --pid $! -n +1 -f build.log + eval "$NEXTSTRAIN_BUILD_COMMAND" &> build.log # Attempt to get the AWS Batch ID even if the run build command failed # as long as the runtime is `aws-batch` and the `build.log` file exists - if: ${{ always() && inputs.runtime == 'aws-batch' && hashFiles('build.log') != '' }} diff --git a/.github/workflows/pathogen-repo-build.yaml.in b/.github/workflows/pathogen-repo-build.yaml.in index 83e9e00..113f5d9 100644 --- a/.github/workflows/pathogen-repo-build.yaml.in +++ b/.github/workflows/pathogen-repo-build.yaml.in @@ -240,7 +240,7 @@ jobs: # shellcheck disable=SC2154 set -x - eval "$NEXTSTRAIN_BUILD_COMMAND" &> build.log & tail --pid $! -n +1 -f build.log + eval "$NEXTSTRAIN_BUILD_COMMAND" &> build.log # Attempt to get the AWS Batch ID even if the run build command failed # as long as the runtime is `aws-batch` and the `build.log` file exists