ci: move to private gitlab runners

This commit is contained in:
Rainer Killinger
2022-05-23 11:28:00 +02:00
parent 5edec7154e
commit bc1ae1f02f

View File

@@ -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