Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Feb 22, 2022
1 parent bdae241 commit 41e3b4b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .azure-pipelines/update-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ jobs:
git checkout -B pr-$(pr.number)
displayName: 'Set up new branch'
- bash: |
cd $(tardis.dir)
source activate tardis
pytest tardis --tardis-refdata=$(refdata.dir) --generate-reference
displayName: 'Generate reference data on a new branch'
#- bash: |
# cd $(tardis.dir)
# source activate tardis
# pytest tardis --tardis-refdata=$(refdata.dir) --generate-reference
# displayName: 'Generate reference data on a new branch'

- bash: |
cd $(refdata.dir)
touch bar.txt
git add -A
git config --local user.email "tardis.sn.bot@gmail.com"
git config --local user.name "tardis-bot"
Expand Down

0 comments on commit 41e3b4b

Please sign in to comment.