From 6d8f90133ab54b562e8bac375fe5cc67d14f7b6b Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Fri, 31 May 2024 11:32:56 -0700 Subject: [PATCH] Remove example-data copy step [#89] This should be handled within the build-config of the consuming repo if it is required. --- .github/workflows/pathogen-repo-ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/pathogen-repo-ci.yaml b/.github/workflows/pathogen-repo-ci.yaml index 5e2d18b..a8ce20e 100644 --- a/.github/workflows/pathogen-repo-ci.yaml +++ b/.github/workflows/pathogen-repo-ci.yaml @@ -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 }}