Loading .gitlab-ci.yml +1 −5 Original line number Diff line number Diff line Loading @@ -12,10 +12,6 @@ include: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH stages: - build - comment build: image: python:3-alpine stage: build Loading @@ -33,7 +29,7 @@ build: comment: image: alpine stage: "comment" stage: .post rules: - if: "$CI_PIPELINE_SOURCE == 'merge_request_event'" dependencies: Loading Loading
.gitlab-ci.yml +1 −5 Original line number Diff line number Diff line Loading @@ -12,10 +12,6 @@ include: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH stages: - build - comment build: image: python:3-alpine stage: build Loading @@ -33,7 +29,7 @@ build: comment: image: alpine stage: "comment" stage: .post rules: - if: "$CI_PIPELINE_SOURCE == 'merge_request_event'" dependencies: Loading