Loading .gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -558,10 +558,8 @@ deploy:documentation: stage: deployment only: - tags@allpix-squared/allpix-squared - master # FIXME: remove when finally deployed trigger: project: allpix-squared/allpix-squared-website branch: test # FIXME: remove when finally deployed strategy: depend deploy:eos: Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ IF(COMMAND CMAKE_POLICY) ENDIF(COMMAND CMAKE_POLICY) # Set default version SET(ALLPIX_VERSION "v2.0.0") SET(ALLPIX_VERSION "v3.0.0") # Set default build type IF(NOT CMAKE_BUILD_TYPE) Loading Loading
.gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -558,10 +558,8 @@ deploy:documentation: stage: deployment only: - tags@allpix-squared/allpix-squared - master # FIXME: remove when finally deployed trigger: project: allpix-squared/allpix-squared-website branch: test # FIXME: remove when finally deployed strategy: depend deploy:eos: Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ IF(COMMAND CMAKE_POLICY) ENDIF(COMMAND CMAKE_POLICY) # Set default version SET(ALLPIX_VERSION "v2.0.0") SET(ALLPIX_VERSION "v3.0.0") # Set default build type IF(NOT CMAKE_BUILD_TYPE) Loading