Add ignored job_conditions to list of unsupported reasons (#7790)

This commit is contained in:
Joakim Sørensen 2020-11-24 11:48:19 +01:00 committed by GitHub
parent d4bf3a2ec3
commit 1d367eca69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,10 @@ const UNSUPPORTED_REASON = {
title: "Docker Version",
url: "/more-info/unsupported/docker_version",
},
job_conditions: {
title: "Ignored job conditions",
url: "/more-info/unsupported/job_conditions",
},
lxc: { title: "LXC", url: "/more-info/unsupported/lxc" },
network_manager: {
title: "Network Manager",