Skip to content

Commit 559b513

Browse files
authored
Work CD-CI
- Revert change with checkout. Really need to checkout without shallow option to work with and without release prep.
1 parent f7283cc commit 559b513

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
steps:
2525

2626
- checkout: self
27-
condition: eq( variables['StartReleaseCandidate'], true )
28-
29-
- checkout: self
30-
fetchDepth: 1
31-
condition: eq( variables['StartReleaseCandidate'], false )
3227

3328
# get commint message
3429
- powershell: |

0 commit comments

Comments
 (0)