diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 39cdca59d..af4b780fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,11 +25,6 @@ stages: OS_TYPE: 'centos_docker' OS_VERSION: centos7 artifactName: 'Linux-CentOS-7-x86_64' - centos_8_x86_64: - imageName: 'ubuntu-latest' - OS_TYPE: 'centos_docker' - OS_VERSION: centos8 - artifactName: 'Linux-CentOS-8-x86_64' ubuntu_16_04_x86_64: imageName: 'ubuntu-latest' OS_TYPE: 'ubuntu_docker'