Untitled

 avatar
unknown
plain_text
2 days ago
272 B
2
Indexable
verify-format-cpp:
  image: xyz
  variables:
    xyz
  stage: build
  tags:
    - xyz
  script:
    - formating...
  needs:
    - job: verify-branch
      artifacts: true
  interruptible: true
  rules:
    - changes:
        - "**/*.cc"
        - "**/*.hh"
Leave a Comment