Skip to content

Commit

Permalink
🚧 Redirect to file
Browse files Browse the repository at this point in the history
Does this work?
  • Loading branch information
victorlin committed Mar 12, 2024
1 parent 6e16ef4 commit 916fdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-build.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 916fdda

Please sign in to comment.