From f775e7feef383c2510416f85f8f65940b73d0a97 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner Date: Wed, 3 Mar 2021 14:47:32 +0100 Subject: [PATCH] [ci] snapshot 2021-03-03 --- ci/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/prepare.py b/ci/prepare.py index df1f6e4..bbe39fe 100755 --- a/ci/prepare.py +++ b/ci/prepare.py @@ -57,5 +57,5 @@ def extract_cmake_package(artifacts, name): ("biotracker-interfaces", "bioroboticslab/biotracker/interfaces", job_stem), ("biotracker-utility", "bioroboticslab/biotracker/utility", job_stem), ]: - with fetch_artifacts(project, "master", job) as artifacts: + with fetch_artifacts(project, "snapshot_20210303", job) as artifacts: extract_cmake_package(artifacts, name)