From c36b33ea65fa39505b69979da3264e367dffed0b Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Thu, 14 Mar 2019 14:58:16 -0400 Subject: [PATCH] PT #164169543: Correct theia file upload regex --- concourse/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index d8ac5eff4..7cd1e62fe 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -115,7 +115,7 @@ resources: access_key_id: ((s3_accesskey)) secret_access_key: ((s3_secretkey)) region_name: ((s3_region)) - regexp: sts4/theia-extensions/snapshots/theia-bosh-v(.*).tgz + regexp: sts4/theia-extensions/snapshots/theia-bosh-(.*).tgz - name: s3-cf-manifest-yaml-theia-snapshot type: s3 source: @@ -123,7 +123,7 @@ resources: access_key_id: ((s3_accesskey)) secret_access_key: ((s3_secretkey)) region_name: ((s3_region)) - regexp: sts4/theia-extensions/snapshots/theia-cf-manifest-yaml-v(.*).tgz + regexp: sts4/theia-extensions/snapshots/theia-cf-manifest-yaml-(.*).tgz - name: s3-concourse-theia-snapshot type: s3 source: @@ -131,7 +131,7 @@ resources: access_key_id: ((s3_accesskey)) secret_access_key: ((s3_secretkey)) region_name: ((s3_region)) - regexp: sts4/theia-extensions/snapshots/theia-concourse-v(.*).tgz + regexp: sts4/theia-extensions/snapshots/theia-concourse-(.*).tgz - name: s3-spring-boot-theia-snapshot type: s3 source: @@ -139,7 +139,7 @@ resources: access_key_id: ((s3_accesskey)) secret_access_key: ((s3_secretkey)) region_name: ((s3_region)) - regexp: sts4/theia-extensions/snapshots/theia-spring-boot-v(.*).tgz + regexp: sts4/theia-extensions/snapshots/theia-spring-boot-(.*).tgz - name: s3-manifest-yaml-fatjar-snapshot type: s3 source: