Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ variables: 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 ) - 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 ) stage: "build" cache: key: nix-user-cache Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ variables: 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 ) - 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 ) stage: "build" cache: key: nix-user-cache Loading