From 946bc2fb7b3d9ba14d5d99f62053e478537d74da Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Mon, 17 Jul 2023 13:10:45 +0200 Subject: [PATCH] Fix deployer argument --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53ead68..27c94fb 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 --deploy direct_deploy + - conan install --requires git/${GIT_VERSION} -s compiler.libcxx=libstdc++11 -d direct_deploy - mv git ${CI_PROJECT_DIR}/${NAME} artifacts: name: ${NAME} -- GitLab