From a479e1d4cc51ed5cd6f631f9f24fb8dc039ac56d Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Tue, 3 Dec 2024 12:35:59 +0100 Subject: [PATCH] Downgrade pool-resource to v1.3.2 * this version is hopefully not affected by the timeout issue: https://github.com/concourse/pool-resource/issues/73 --- ci/pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 50b90c3..2a24f08 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -93,6 +93,11 @@ resource_types: type: registry-image source: repository: frodenas/gcs-resource + - name: pool + type: registry-image + source: + repository: concourse/pool-resource + tag: 1.3.2 resources: - name: nightly type: time