mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
ci: move to private gitlab runners
This commit is contained in:
@@ -5,7 +5,7 @@ before_script:
|
||||
|
||||
default:
|
||||
tags:
|
||||
- docker
|
||||
- performance
|
||||
|
||||
stages:
|
||||
- setup
|
||||
@@ -29,6 +29,8 @@ setup:
|
||||
- docker push registry.gitlab.com/openstapps/app
|
||||
cache: {} # disable irrelevant cache for this job
|
||||
before_script: [] # do not run irrelevant before script for this job
|
||||
tags:
|
||||
- dind
|
||||
|
||||
build:
|
||||
stage: build
|
||||
@@ -37,8 +39,6 @@ build:
|
||||
artifacts:
|
||||
paths:
|
||||
- www
|
||||
tags:
|
||||
- performance
|
||||
|
||||
lint:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user