File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
azure-pipelines-templates Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11# -----------------------------------------------------------------------------
2- # Copyright (c) 2009-2021 , Shotgun Software Inc.
2+ # Copyright (c) 2009-2025 , Shotgun Software Inc.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions are met:
@@ -44,14 +44,11 @@ parameters:
4444# pool:
4545# vmImage: ${{ parameters.vm_image }}
4646
47- # variables:
48- # group: sg-credentials
47+ variables :
48+ group : sg-credentials
4949
5050
5151steps :
52- # Specifies which version of Python we want to use. That's where the strategy comes in.
53- # Each job will share this set of steps, but each of them will receive a different
54- # $(python.version)
5552 # TODO: We should provide `githubToken` if we want to download a python release.
5653 # Otherwise we may hit the GitHub anonymous download limit.
5754 - task : UsePythonVersion@0
Original file line number Diff line number Diff line change @@ -111,9 +111,6 @@ jobs:
111111 pool :
112112 vmImage : $(imageName)
113113
114- variables :
115- group : sg-credentials
116-
117114 steps :
118115 - template : azure-pipelines-templates/run-tests.yml
119116 parameters :
You can’t perform that action at this time.
0 commit comments