Skip to content

Commit c5d13b9

Browse files
Merge branch 'endgame-202401' into develop
2 parents 5a37cfc + 86ffc07 commit c5d13b9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.azure-pipelines/sign-for-dev-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ extends:
4949
steps:
5050
- checkout: self
5151
fetchTags: false
52-
- script: |
53-
CUSTOM_BRANCH=$(BRANCH)
54-
if [[ -n ${CUSTOM_BRANCH} ]]; then
55-
git fetch origin $(BRANCH)
56-
git checkout $(BRANCH)
57-
else
58-
echo "no need to switch branch"
59-
fi
60-
displayName: switch to $(BRANCH)
6152
- task: JavaToolInstaller@0
6253
displayName: Use Java 17
6354
inputs:

0 commit comments

Comments
 (0)