Skip to content

Commit 254e964

Browse files
committed
More tests
1 parent afecd13 commit 254e964

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

azure-pipelines-templates/run-tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

5151
steps:
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

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)