Merge development branch 1.5.x
1 unresolved thread
1 unresolved thread
This merge request makes API v2 officially replacing API v1.
Merge request reports
Activity
- .gitlab-ci.yml 0 → 100644
102 script: 103 - ./_ci/deploy.sh 104 dependencies: 105 - build_linux_27 106 - build_linux_36 107 - build_macosx_27 108 - build_macosx_36 109 tags: 110 - deployer 111 112 113 deploy_beta: 114 <<: *deploy_job 115 environment: beta 116 only: 117 - 1.5.x mentioned in commit 118213e4
Master is now failing on OSX - could you please take a look, @samuel.gaist?
@samuel.gaist: notice that the change in release number created a package with version 1.5.0 (so, stable) inside the beta channel. Example: https://www.idiap.ch/software/bob/conda/label/beta/linux-64/
I'm removing these from there.
Please register or sign in to reply