Skip to content
Snippets Groups Projects
  1. Jun 19, 2024
  2. Jun 18, 2024
  3. Jun 14, 2024
  4. Jun 13, 2024
  5. Jun 12, 2024
  6. Jun 10, 2024
  7. Jun 07, 2024
  8. Jun 06, 2024
  9. Jun 05, 2024
  10. Jun 04, 2024
  11. May 31, 2024
  12. May 30, 2024
  13. May 28, 2024
  14. May 27, 2024
  15. May 15, 2024
  16. 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
  17. May 13, 2024
Loading