From c26f36275d13ac2ee80d45c0e286b6951c2c47f4 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Mon, 14 Aug 2017 10:27:05 -0700 Subject: [PATCH] Fix problem with bosh rc build in pipeline --- concourse/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 5ddfaeff5..f91cb3269 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -394,7 +394,7 @@ jobs: Concourse ${BUILD_PIPELINE_NAME}/${BUILD_JOB_NAME}/${BUILD_NAME} has failed! - put: s3-bosh-vsix-snapshot params: - file: out/vscode-concourse-*.vsix + file: out/vscode-*.vsix acl: public-read on_success: put: slack-notification