From 1a575a565b9b29bf7e1b6c17ececd040438e72c5 Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Mon, 25 Nov 2024 10:29:54 +0000 Subject: [PATCH] ci: add testflight uid to bump repos job (#237) --- ci/gcp.lib.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/gcp.lib.yml b/ci/gcp.lib.yml index faefd4f6..d147242a 100644 --- a/ci/gcp.lib.yml +++ b/ci/gcp.lib.yml @@ -337,6 +337,9 @@ plan: - #@ testflight_cleanup_job_name("gcp") params: { fetch_tags: false } - { get: pipeline-tasks } + - get: gcp-testflight-uid + passed: + - #@ testflight_cleanup_job_name("gcp") - task: bump-repos config: platform: linux @@ -347,6 +350,8 @@ plan: - name: #@ modules_resource_name("gcp") path: modules - name: repo + - name: gcp-testflight-uid + path: testflight-uid outputs: - name: repo - name: galoy-staging