Skip to content

feat(ci): starting from this commit:

Raphael Defosseux requested to merge switch-to-develop-in-tutorials into master
  • The tutorials on the master branch won't work with the v1.5.0 released images
    • The configuration system / variable may have changed

If you want to use the tutorials with v1.5.0 images, rebase the tutorials with:

  • Either the release tag : git checkout -f v1.5.0
  • Or the latest valid weekly tag: git checkout -f 2023.w10

Merge request reports