Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Update check out step.

***UPDATE_DEPENDENTS***
  • Loading branch information
josesimoes committed Jan 17, 2022
1 parent 93e6698 commit b30de9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
steps:
- checkout: self
fetchDepth: 1


# get commit message
- powershell: |
Expand Down Expand Up @@ -295,6 +296,7 @@ jobs:
# need this here in order to persist GitHub credentials
- checkout: self
fetchDepth: 100
persistCredentials: true

- template: azure-pipelines-templates/install-nbgv-tool.yml@templates

Expand Down

0 comments on commit b30de9d

Please sign in to comment.