diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4a7642bd..df553150b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,9 +1,6 @@ pool: vmImage: 'Ubuntu 16.04' -trigger: -- master - variables: GOROOT: '/usr/local/go1.12' GOPATH: '$(system.defaultWorkingDirectory)/work'