From daaab75d5fff76292e8a28ba68ec1b2f732f0159 Mon Sep 17 00:00:00 2001 From: Paul Gessinger <paul.gessinger@cern.ch> Date: Fri, 31 Jan 2025 20:47:41 +0100 Subject: [PATCH] again yaml --- athena_ci/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml index 9507852a..cd9b065e 100644 --- a/athena_ci/ci.yml +++ b/athena_ci/ci.yml @@ -50,15 +50,15 @@ 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 + --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