Skip to content

Commit

Permalink
Remove example-data copy step [#89]
Browse files Browse the repository at this point in the history
This should be handled within the build-config of the consuming repo
if it is required.
  • Loading branch information
genehack committed May 31, 2024
1 parent 1eba5c0 commit 6d8f901
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pathogen-repo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@ jobs:
with:
runtime: ${{ matrix.runtime }}

- name: Copy example data
run: |
if [[ -d example_data ]]; then
mkdir -p data/
cp -r -v example_data/* data/
else
echo No example data to copy.
fi

- run: nextstrain build . ${{ inputs.build-args }}

Expand Down

0 comments on commit 6d8f901

Please sign in to comment.