Skip to content
Snippets Groups Projects

Merge development branch 1.5.x

Merged Samuel GAIST requested to merge 1.5.x into master
1 unresolved thread

This merge request makes API v2 officially replacing API v1.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
.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
  • André Anjos mentioned in commit 118213e4

    mentioned in commit 118213e4

  • merged

  • Please do it before we merge beat.core.

  • Master is now failing on OSX - could you please take a look, @samuel.gaist?

  • The latest commit with the package version number change worked properly.

  • @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.

  • I did miss that. Thanks for the cleanup.

  • Please register or sign in to reply
    Loading