Skip to content

Commit

Permalink
Git reset before trying to sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Mar 17, 2022
1 parent 3691805 commit 2162301
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-lint-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
# run: nf-core --log-file log.txt licences nf-core-testpipeline

- name: nf-core sync
run: nf-core --log-file log.txt sync --dir nf-core-testpipeline/
run: |
git reset --hard
nf-core --log-file log.txt sync --dir nf-core-testpipeline/
- name: nf-core schema
run: nf-core --log-file log.txt schema build --dir nf-core-testpipeline/ --no-prompts
Expand Down

0 comments on commit 2162301

Please sign in to comment.