From 60b7c8fc972b0a4b060af58c82a454bfe6385e7d Mon Sep 17 00:00:00 2001 From: Paul Gessinger <paul.gessinger@cern.ch> Date: Fri, 31 Jan 2025 20:44:10 +0100 Subject: [PATCH] yaml --- athena_ci/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml index e7032ca5..9507852a 100644 --- a/athena_ci/ci.yml +++ b/athena_ci/ci.yml @@ -49,16 +49,16 @@ build_geomodel_athena: # @TODO: Add custom patches folder to be applied - >- - acts-athena-ci/build.py - --directory build - --athena-ref ${ATHENA_REF} - --athena-repo ${ATHENA_GIT_REPO} - --athena-release ${ATHENA_RELEASE} - --acts-repo https://github.com/acts-project/acts.git - --acts-ref auto - --build-geomodel - --geomodel-source $PWD - --add-package-filters athena_ci/package_filters.txt + acts-athena-ci/build.py + --directory build + --athena-ref ${ATHENA_REF} + --athena-repo ${ATHENA_GIT_REPO} + --athena-release ${ATHENA_RELEASE} + --acts-repo https://github.com/acts-project/acts.git + --acts-ref auto + --build-geomodel + --geomodel-source $PWD + --add-package-filters athena_ci/package_filters.txt - rm -rf build/acts-build build/athena-build build/geomodel-build -- GitLab