Skip to content

Commit e8cb4b4

Browse files
authored
Try to fix deploy. (#358)
1 parent c799d8b commit e8cb4b4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
and(succeeded(),
3737
eq(variables['Build.SourceBranch'], 'refs/heads/develop'))
3838
env:
39-
GIT_COMMITTER_NAME: $(git.name)
40-
GIT_COMMITTER_EMAIL: $(git.email)
41-
GIT_COMMITTER_PASSWORD: $(git.password)
42-
GIT_TERMINAL_PROMPT: 1
39+
GIT_COMMITTER_NAME: $(GIT_COMMITTER_NAME)
40+
GIT_COMMITTER_EMAIL: $(GIT_COMMITTER_EMAIL)
41+
GIT_COMMITTER_PASSWORD: $(GIT_COMMITTER_PASSWORD)
4342
displayName: Run deploy.

0 commit comments

Comments
 (0)