Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line # See https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml image: nixos/nix include: - 'https://gitlab.com/Cynerd/gitlab-ci-nix/-/raw/master/template.yml' stages: - build Loading @@ -10,6 +11,7 @@ variables: NIX_CACHE_HOME: "./nix-cache" build: extends: .nix rules: - if: $CI_PIPELINE_SOURCE == $CI_PIPELINE_SOURCE # Truly terrible syntax (otherwise, won’t run during MR as a side effect of the rule in comment-link ) stage: "build" Loading @@ -29,6 +31,7 @@ build: - "atlas2025.json" comment: extends: .nix stage: "comment" rules: - if: "$CI_PIPELINE_SOURCE == 'merge_request_event'" Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line # See https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml image: nixos/nix include: - 'https://gitlab.com/Cynerd/gitlab-ci-nix/-/raw/master/template.yml' stages: - build Loading @@ -10,6 +11,7 @@ variables: NIX_CACHE_HOME: "./nix-cache" build: extends: .nix rules: - if: $CI_PIPELINE_SOURCE == $CI_PIPELINE_SOURCE # Truly terrible syntax (otherwise, won’t run during MR as a side effect of the rule in comment-link ) stage: "build" Loading @@ -29,6 +31,7 @@ build: - "atlas2025.json" comment: extends: .nix stage: "comment" rules: - if: "$CI_PIPELINE_SOURCE == 'merge_request_event'" Loading