From 5ca344de786fe0f652e45955e6310e2b1bcf3d3c Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Mon, 17 Jul 2023 13:46:30 +0200 Subject: [PATCH] Fix deployer folder --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27c94fb..d5b6944 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ workflow: # Build git with conan - conan profile detect --force - conan create . --version ${GIT_VERSION} -s compiler.libcxx=libstdc++11 --build="*" - - conan install --requires git/${GIT_VERSION} -s compiler.libcxx=libstdc++11 -d direct_deploy + - conan install --requires git/${GIT_VERSION} -s compiler.libcxx=libstdc++11 --deployer=direct_deploy --deployer-folder=git - mv git ${CI_PROJECT_DIR}/${NAME} artifacts: name: ${NAME} -- GitLab