New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-2097 bugfix: make sure alternate view displays when expected #618
Fix bug that always made ABTest clients think tests had not been fetc…
45832c2
7a1ca55
4b3e192
a95835f
e3f9ff8
c161eca
04c121a
7e0a3c2
124d633
c1f3beb
efccf8c
fde426c
1719bc7
8c3c62b
0769c49
387f037
bdf6206
30a0d04
34c6223
27e21c1
4e0560b
f1c8941
0781353
e4b0a0b
443ca8a
7f975d1
653b7d4
52f1a50
73318a0
98895ab
5b86f6c
eafc209
4f9b05b
cfad922
3c1a081
45832c2
GH-2097 bugfix: make sure alternate view displays when expected #618
45832c2
7a1ca55
4b3e192
a95835f
e3f9ff8
c161eca
04c121a
7e0a3c2
124d633
c1f3beb
efccf8c
fde426c
1719bc7
8c3c62b
0769c49
387f037
bdf6206
30a0d04
34c6223
27e21c1
4e0560b
f1c8941
0781353
e4b0a0b
443ca8a
7f975d1
653b7d4
52f1a50
73318a0
98895ab
5b86f6c
eafc209
4f9b05b
cfad922
3c1a081
45832c2
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #619 GH-2097 bugfix: make sure alternate Hub view is used when expected.
Any changes that have been made to the develop branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Xenial) |
| Node.js Version | lts/dubnium |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"lts/dubnium"
],
"cache": {
"yarn": true
},
"install": [
"yarn install --frozen-lockfile"
],
"script": [
"node ./tools/licenses/fetchLicenses.js",
"yarn lint",
"yarn test"
]
}