Skip to content

Commit

Permalink
Merge pull request #26 from mdrachuk/coveralls-pr-branch
Browse files Browse the repository at this point in the history
Checkout branch in PR pipeline
  • Loading branch information
mdrachuk committed Aug 6, 2019
2 parents 9efe8c2 + 1466df7 commit 13eb5ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ steps:
versionSpec: '$(python.version)'
displayName: 'Use Python $(python.version)'

- script: |
git checkout $(System.PullRequest.SourceBranch)
displayName: 'Checkout branch'
- script: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def readme(self):

config = Config(
name='serious',
version='1.0.0.dev11',
version='1.0.0.dev12',
readme_path='README.md',
author='mdrachuk',
author_email='misha@drach.uk'
Expand Down

0 comments on commit 13eb5ec

Please sign in to comment.