Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 8月 30, 2024
  2. 8月 28, 2024
  3. 8月 01, 2024
  4. 7月 19, 2024
  5. 7月 18, 2024
  6. 7月 16, 2024
  7. 7月 06, 2024
  8. 7月 05, 2024
  9. 7月 04, 2024
  10. 6月 27, 2024
  11. 6月 08, 2024
  12. 6月 06, 2024
  13. 6月 05, 2024
  14. 6月 04, 2024
  15. 5月 30, 2024
  16. 5月 29, 2024
  17. 5月 24, 2024
  18. 5月 16, 2024
  19. 5月 13, 2024
  20. 5月 09, 2024
  21. 5月 03, 2024
  22. 5月 02, 2024
  23. 5月 01, 2024
  24. 4月 23, 2024
  25. 4月 22, 2024
  26. 4月 17, 2024
  27. 4月 16, 2024
  28. 4月 12, 2024
  29. 3月 19, 2024
    • ddieulivol's avatar
      Make pipeline names shorter · 2108bb40
      ddieulivol 创作于
      adding the "pipeline" suffix isn't needed for pipeline names.
      
      Also, the CI_MERGE_REQUEST_EVENT_TYPE is already shown
      in the UI, so it's redundant to have it in the name.
      未验证
      2108bb40
  30. 3月 08, 2024
  31. 2月 28, 2024
  32. 2月 21, 2024
  33. 2月 13, 2024
  34. 2月 10, 2024
    • Stan Hu's avatar
      Update CI to use Debian bookworm · 4292781d
      Stan Hu 创作于
      Cloud Native GitLab already ships with Debian bookworm, so
      we should update this too. This is also needed to reduce
      the number of build images we produce.
      未验证
      4292781d
  35. 2月 09, 2024
  36. 2月 08, 2024
  37. 1月 16, 2024
    • Lin Jen-Shin's avatar
      Do not restrict on CI_PROJECT_PATH for Gitaly test · 5b8150ab
      Lin Jen-Shin 创作于
      CI_PROJECT_PATH should be set as the path where it's running the
      pipeline, and in the case of Gitaly triggering a cross project
      pipeline, it is `gitlab-org/gitlab` rather than `gitlab-org/gitaly`.
      
      That said, checking the variable doesn't really make sense, because
      it's likely the pipeline wouldn't really run if anything else than
      `gitlab-org/gitlab` is set. This variable is used in a lot of places,
      changing it will likely to break random things, so it should be just
      assumed and it should not be changed.
      
      Also CI_PIPELINE_SOURCE should be `pipeline` for cross project
      pipelines.
      5b8150ab
加载中