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