Skip to content

Commit

Permalink
#1765: try to silence git errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed May 5, 2022
1 parent f6f65cc commit 7de956c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/azure/azure-gcc-5-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ stages:
$(Agent.OS) | "$(cache_name)" | $(TS_YEAR) | $(TS_MONTH)
$(Agent.OS) | "$(cache_name)" | $(TS_YEAR)
$(Agent.OS) | "$(cache_name)"
- task: Bash@3
displayName: Mark repository as safe
inputs:
targetType: 'inline'
script: |
git config --global --add safe.directory /vt
- task: Bash@3
displayName: Check for changes in containers
condition: in(variables['Agent.JobStatus'], 'Succeeded', 'SucceededWithIssues')
Expand Down

0 comments on commit 7de956c

Please sign in to comment.