diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e344ca5..4feb3435 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -810,22 +810,22 @@ trigger_openmesh-python-rebuild: script: - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" -Debian: - stage: deploy - only: - - master - script: - - mkdir .OpenMesh - - cp -r * .OpenMesh - - mv .OpenMesh OpenMesh - - cd OpenMesh - - dpkg-buildpackage --no-sign - tags: - - Linux - - stretch - dependencies: [] - artifacts: - paths: - - libopenmesh*.deb +#Debian: +# stage: deploy +# only: +# - master +# script: +# - mkdir .OpenMesh +# - cp -r * .OpenMesh +# - mv .OpenMesh OpenMesh +# - cd OpenMesh +# - dpkg-buildpackage --no-sign +# tags: +# - Linux +# - stretch +# dependencies: [] +# artifacts: +# paths: +# - libopenmesh*.deb diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index a71c0cce..c0e412b6 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -45,21 +45,21 @@ trigger_openmesh-python-rebuild: script: - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" -Debian: - stage: deploy - only: - - master - script: - - mkdir .OpenMesh - - cp -r * .OpenMesh - - mv .OpenMesh OpenMesh - - cd OpenMesh - - dpkg-buildpackage --no-sign - tags: - - Linux - - stretch - dependencies: [] - artifacts: - paths: - - libopenmesh*.deb +#Debian: +# stage: deploy +# only: +# - master +# script: +# - mkdir .OpenMesh +# - cp -r * .OpenMesh +# - mv .OpenMesh OpenMesh +# - cd OpenMesh +# - dpkg-buildpackage --no-sign +# tags: +# - Linux +# - stretch +# dependencies: [] +# artifacts: +# paths: +# - libopenmesh*.deb