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

Fix deployer folder

parent 946bc2fb
No related branches found
No related tags found
No related merge requests found
Pipeline #2452 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 -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment