From 481175b04457d18a6819aa45c90f809fac342003 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Thu, 3 Aug 2017 19:44:26 -0400 Subject: [PATCH] Allow public read for fatjars --- concourse/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 6786c7dc2..c52a74c4c 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -464,9 +464,11 @@ jobs: - put: s3-manifest-yaml-fatjar-snapshot params: file: out/manifest-yaml-language-server-*.jar + acl: public-read - put: s3-concourse-fatjar-snapshot params: file: out/concourse-language-server-*.jar + acl: public-read - name: build-manifest-yaml-atom-package plan: - aggregate: