Skip to content
Snippets Groups Projects
Commit 946bc2fb authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Fix deployer argument

parent 8511d1f1
Branches
Tags
No related merge requests found
Pipeline #2451 failed
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment