Skip to content

Commit

Permalink
remove unnecessary editing of pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 23, 2024
1 parent f9e32f2 commit 4c7b69d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ jobs:
cd teaseq/ingest
curl -o qc_genelist_1.0.csv https://panpipes-tutorials.readthedocs.io/en/latest/_downloads/fd38f25644105ea357a26e78a59139bb/qc_genelist_1.0.csv
- name: Replace template contents in configuration file
run: |
cd teaseq/ingest
sed -i 's+panpipes-tutorials/tutorials/ingesting_data/qc_genelist_1.0.csv+qc_genelist_1.0.csv+g' pipeline.yml
- name: File tree
if: env.debug == 'true'
run: tree teaseq
Expand Down

0 comments on commit 4c7b69d

Please sign in to comment.