Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab_ci.yaml.erb « request_forwarding « consumer « group « maven « package_managers « fixtures « qa « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 394c6689eef6f1d1224c84ddd71b7f877c18e562 (plain)
1
2
3
4
5
6
7
8
install:
  image: maven:3.6-jdk-11
  script:
    - "mvn install -U -s settings.xml"
  only:
    - "<%= imported_project.default_branch %>"
  tags:
    - "runner-for-<%= imported_project.group.name %>"