From 552d26eb9879a59f2a4dfbd331653a9c21d4b6e0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 6 Jun 2021 14:11:38 +0200 Subject: [PATCH] outpost: only build in docker Signed-off-by: Jens Langhammer --- outpost/azure-pipelines.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 8b11dd3cf..cf6f6eeb5 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -54,42 +54,6 @@ stages: golangci/golangci-lint:v1.39.0 \ golangci-lint run -v --timeout 200s workingDirectory: 'outpost/' - - stage: build_go - jobs: - - job: proxy_build_go - pool: - vmImage: 'ubuntu-latest' - steps: - - task: GoTool@0 - inputs: - version: '1.16.3' - - task: DownloadPipelineArtifact@2 - inputs: - buildType: 'current' - artifactName: 'go_api_client' - path: "outpost/api/" - - task: Go@0 - inputs: - command: 'build' - arguments: './cmd/proxy' - workingDirectory: 'outpost/' - - job: ldap_build_go - pool: - vmImage: 'ubuntu-latest' - steps: - - task: GoTool@0 - inputs: - version: '1.16.3' - - task: DownloadPipelineArtifact@2 - inputs: - buildType: 'current' - artifactName: 'go_api_client' - path: "outpost/api/" - - task: Go@0 - inputs: - command: 'build' - arguments: './cmd/ldap' - workingDirectory: 'outpost/' - stage: build_docker jobs: - job: proxy_build_docker