Remove quotes from variables
This commit is contained in:
parent
f43e4545fa
commit
e19050f1ce
1 changed files with 2 additions and 2 deletions
|
|
@ -25,9 +25,9 @@ variables:
|
|||
- name: imageTag
|
||||
value: '$(Build.BuildId)'
|
||||
- name: totalShards
|
||||
value: '4'
|
||||
value: 4
|
||||
- name: IS_REGRESSION
|
||||
value: 'true'
|
||||
value: true
|
||||
- name: JIRA_BOARD_ID
|
||||
value: '853'
|
||||
- name: JIRA_PROJECT_KEY
|
||||
|
|
|
|||
Loading…
Reference in a new issue