From 7e155de95128c665f5043b0606d44d81cab86180 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 3 Mar 2021 14:47:29 +0100 Subject: [PATCH] [ci] snapshot 2021-03-03 --- .gitlab-ci.yml | 3 ++- ci/prepare.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b27f1da..9f85152 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,7 @@ trigger biotracker/biotracker: trigger biotracker/backgroundsubtraction_tracker: stage: trigger only: - - master + - snapshot_20210303 trigger: project: bioroboticslab/biotracker/backgroundsubtraction_tracker + branch: snapshot_20210303 diff --git a/ci/prepare.py b/ci/prepare.py index 1f684e4..48a67c4 100755 --- a/ci/prepare.py +++ b/ci/prepare.py @@ -56,5 +56,5 @@ if __name__ == "__main__": for name, project, job in [ ("biotracker-interfaces", "bioroboticslab/biotracker/interfaces", job_stem), ]: - with fetch_artifacts(project, "master", job) as artifacts: + with fetch_artifacts(project, "snapshot_20210303", job) as artifacts: extract_cmake_package(artifacts, name) -- GitLab