Skip to content
Snippets Groups Projects
.gitlab-ci.yml 116 B
stages:
  - build

build:
  stage: build
  only:
    - master
  script:
    - jpm xpi
  tags:
    - jpm
    - 1.2.2