From ad2204313e03978549512ad585a65423b7cd15b2 Mon Sep 17 00:00:00 2001 From: Claus Matzinger Date: Thu, 12 Mar 2020 15:10:08 +0100 Subject: [PATCH] added abtest.yml to bootstrapping --- bootstrap/bootstrap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 71c1549b..e78fa47d 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -93,6 +93,7 @@ def replaceprojectname(project_dir, project_name, rename_name): r".pipelines/code-quality-template.yml", r".pipelines/pr.yml", r".pipelines/diabetes_regression-ci.yml", + r".pipelines/abtest.yml", r".pipelines/diabetes_regression-ci-image.yml", r".pipelines/diabetes_regression-get-model-version-template.yml", # NOQA: E501 r".pipelines/diabetes_regression-variables-template.yml",