Skip to content

Commit a365692

Browse files
committed
fix(*): try to use preservecred for git push
1 parent fdc8641 commit a365692

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

azure-devops/app-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818

1919
steps:
2020
- checkout: self
21+
preserveCredentials: true
2122
clean: true
2223
fetchTags: true
2324

azure-devops/app-crm-cd-yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818

1919
steps:
2020
- checkout: self
21+
preserveCredentials: true
2122
clean: true
2223
fetchTags: true
2324

azure-devops/app-lob-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ variables:
1818

1919
steps:
2020
- checkout: self
21+
preserveCredentials: true
2122
clean: true
2223
fetchTags: true
2324

0 commit comments

Comments
 (0)