Fix missing VM parameter, matrix doesn't select automatically
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
(cherry picked from commit a53380de4f
)
This commit is contained in:
parent
cc3be8162a
commit
61ac3793e0
|
@ -95,6 +95,8 @@ jobs:
|
||||||
imageName: "macOS-10.14"
|
imageName: "macOS-10.14"
|
||||||
B_BUILD_TYPE: Release
|
B_BUILD_TYPE: Release
|
||||||
BARRIER_VERSION_STAGE: Release
|
BARRIER_VERSION_STAGE: Release
|
||||||
|
pool:
|
||||||
|
vmImage: $(imageName)
|
||||||
variables:
|
variables:
|
||||||
VERBOSE: 1
|
VERBOSE: 1
|
||||||
TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
Loading…
Reference in New Issue