From cd5e51ac71e0aad011a33f16fb4fb0c19d6ef354 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Wed, 30 Nov 2022 11:13:37 +0100 Subject: [PATCH] Update to conan 1.54.0 --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91b196f..53fc877 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,14 @@ variables: - CONAN_VERSION: "1.53.0" + CONAN_VERSION: "1.54.0" PYTHON_VERSION: "3.6.13" +workflow: + rules: + - if: $CI_PIPELINE_SOURCE == "schedule" + - if: $CI_PIPELINE_SOURCE == "web" + - if: $CI_COMMIT_TAG + stages: - build - test -- GitLab