Commit d004b744 authored by Grant's avatar Grant
Browse files

[ci] fix stages

parent 131572c0
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -12,10 +12,6 @@ include:
    rules:
      - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

stages:
  - build
  - comment

build:
  image: python:3-alpine
  stage: build
@@ -33,7 +29,7 @@ build:

comment:
  image: alpine
  stage: "comment"
  stage: .post
  rules:
    - if: "$CI_PIPELINE_SOURCE == 'merge_request_event'"
  dependencies: