Skip to content
Snippets Groups Projects
  1. Jun 07, 2024
  2. Jun 06, 2024
  3. Jun 05, 2024
  4. Jun 04, 2024
  5. May 31, 2024
  6. May 30, 2024
  7. May 28, 2024
  8. May 27, 2024
  9. May 15, 2024
  10. May 14, 2024
    • Ritesh Raj Sarraf's avatar
      ci: Fix publishing to pages from default branch · 7754354c
      Ritesh Raj Sarraf authored
      
      Commit 728c9142 "Use CI_DEFAULT_BRANCH as the default branch" actually
      broke the publishing via GitLab pages from the default branch since
      the `only: [ ${CI_DEFAULT_BRANCH} ]` condition was not really expanding
      the variable and it was considering `${CI_DEFAULT_BRANCH}` as a literal
      branch name.
      
      This means that the `test-pdf` job got always instantiated while `pages`
      never was, regardless of the branch they where running on.
      
      By switching to `rules:` we can properly implement automatic default
      branch detection and fix the regression.
      
      Signed-off-by: default avatarRitesh Raj Sarraf <ritesh.sarraf@collabora.com>
      7754354c
  11. May 13, 2024
  12. Apr 26, 2024
  13. Apr 23, 2024
  14. Apr 12, 2024
  15. Apr 11, 2024
  16. Apr 10, 2024
  17. Apr 05, 2024
  18. Mar 25, 2024
  19. Mar 20, 2024
  20. Mar 19, 2024
  21. Mar 14, 2024
  22. Mar 12, 2024
  23. Mar 08, 2024
Loading