2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Aha, problem was the stage name.

[skip travis]
This commit is contained in:
Rene Rivera
2019-04-22 17:52:47 -05:00
parent bbe3b0b509
commit 9b65314c18

View File

@@ -287,7 +287,8 @@ stages:
./b2 --prefix=./.b2 install ${TEST_TOOLSET}
displayName: Bootstrap
- stage: 'Website Update'
- stage: WebsiteUpdate
displayName: 'Website Update'
condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop')
jobs: