From 7e2f6a6c9c3b6fdb24fc2dc0f2974f6b1f9615a1 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 7 Apr 2017 18:11:03 -0700 Subject: [PATCH] Cleanups: remove some obsolete stuff from pipeline --- concourse/pipeline.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 09ac97896..916556683 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -19,12 +19,6 @@ resources: private_key: {{rsa_id}} paths: - concourse/docker -# - name: sts4-out -# type: git -# source: -# uri: git@github.com:spring-projects/sts4.git -# branch: {{branch}} -# private_key: {{rsa_id}} - name: sts4 type: git source: @@ -93,13 +87,6 @@ resources: regexp: mvn-caches/sts4-(.*).tar.gz ######################################################################################## jobs: -# - name: slack-test -# plan: -# - get: sts4 -# trigger: true -# - put: slack-notification -# params: -# text: This is a slack test. Please ignore! - name: build-docker-image serial: true plan: @@ -196,8 +183,8 @@ jobs: params: file: out/vscode-manifest-yaml-*.vsix acl: public-read -#### Disabled, release process needs work and the stuff below is untrusworthy after a -#### Bunch of changes to the pipeline. +#### Disabled, release process needs be reworked and the stuff below is untrustworthy after a +#### bunch of changes were made to the pipeline. # - name: trigger-manifest-yaml-rc-build # plan: # - get: sts4