Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 023b337 + 2bdbd9e commit cb36410Copy full SHA for cb36410
2 files changed
azure-pipelines.yml
@@ -29,7 +29,7 @@ jobs:
29
name_postfix: _latest_git
30
pre_test:
31
- task: UseRubyVersion@0
32
- - template: step--git-install.yml
+ - template: step--git-install.yml@asottile
33
- bash: |
34
testing/get-swift.sh
35
echo '##vso[task.prependpath]/tmp/swift/usr/bin'
pre_commit/main.py
@@ -129,7 +129,7 @@ def _adjust_args_and_chdir(args):
129
'directory?',
130
)
131
else:
132
- if toplevel == '':
+ if toplevel == '': # pragma: no cover (old git)
133
raise FatalError(
134
'git toplevel unexpectedly empty! make sure you are not '
135
'inside the `.git` directory of your repository.',
0 commit comments