Skip to content
Snippets Groups Projects
.gitlab-ci.yml 137 B
Newer Older
  • Learn to ignore specific revisions
  • # main Gitlab CI script
    
    stages:
      - image
      - build
    
    include:
      - local: "/tools/gitlab/image.yml"
      - local: "/tools/gitlab/build.yml"