From 9bb7a467757952219092b01ad533598a194a839f Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 23 Dec 2016 14:51:39 -0800 Subject: [PATCH] Remove obsolete bits of pipeline.yml --- concourse/pipeline.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 1ed6f059a..d348f18ce 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -132,33 +132,3 @@ jobs: - put: snapshot-website params: path: website -# - name: publish-vscode-manifest-yaml -# plan: -# - aggregate: -# - get: sts4 -# # passed: -# # - build-vsix -# - get: s3-manifest-yaml-vsix-snapshot -# passed: -# - build-vsix-snapshots -# - task: vsce-publish-manifest-yaml -# file: sts4/concourse/tasks/vsce-publish.yml -# input_mapping: -# vsix-resource: s3-manifest-yaml-vsix-snapshot -# params: -# extension_id: vscode-manifest-yaml -# vsce_publisher: {{vsce_publisher}} -# vsce_token: {{vsce_token}} -# - put: sts4 -# params: -# repository: sts4-out - -#################################### -# groups: -# - name: main -# jobs: -# - build-vsix -# - build-snapshot-website -# - name: docker -# jobs: -# - build-docker-image