Merge pull request #1250 from Safelite/feature/jzimmerman/INSR-9842
Reverting test step condition.
This commit is contained in:
commit
ef8f56f8a4
1 changed files with 1 additions and 3 deletions
|
|
@ -132,9 +132,7 @@ stages:
|
|||
|
||||
# Test Build/Deploy
|
||||
- stage: Test
|
||||
#condition: eq(variables['Build.SourceBranch'], variables['test-branch'] )
|
||||
#Below is a test for the prod change to make sure this command works. Will remove after successful test.
|
||||
condition: and(succeeded('Dev'), eq(variables['Build.SourceBranch'], variables['test-branch'] ))
|
||||
condition: eq(variables['Build.SourceBranch'], variables['test-branch'] )
|
||||
variables:
|
||||
- group: ISS-Test
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue