File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
resources/python/pipelines Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2121 git checkout ${{ parameters.branch }} || git checkout $(System.PullRequest.SourceBranch) && git checkout -b ${{ parameters.branch }}
2222 git merge origin/$(System.PullRequest.SourceBranch)
2323 git push -u origin ${{ parameters.branch }}
24+ env:
25+ GH_APP_TOKEN: $(GITHUB_APP_TOKEN)
2426 displayName: Create branch if not exists or update
2527 - script : |
2628 set -e
3335 ./install_source_only.sh
3436 git commit --allow-empty -a -m "Update source requirements 3.7"
3537 git push origin ${{ parameters.branch }}
38+ env:
39+ GH_APP_TOKEN: $(GITHUB_APP_TOKEN)
3640 displayName: Update source requirements 3.7
3741 workingDirectory: resources/python
3842
5660 ./install_source_only.sh
5761 git commit --allow-empty -a -m "Update source requirements 3.9"
5862 git push origin ${{ parameters.branch }}
63+ env:
64+ GH_APP_TOKEN: $(GITHUB_APP_TOKEN)
5965 displayName: Update source requirements 3.9
6066 workingDirectory: resources/python
6167
You can’t perform that action at this time.
0 commit comments