Save chrome and chromium deb files in package registry

This commit is contained in:
Andrejs Cunskis 2022-08-21 21:32:51 +03:00
parent fad37f305c
commit 941883094a
No known key found for this signature in database
GPG key ID: 87CB75083F227241
5 changed files with 122 additions and 74 deletions

View file

@ -1,6 +1,5 @@
# we support merge request workflow only
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- local: '.gitlab/ci/*.yml'
default:
@ -23,13 +22,5 @@ stages:
variables:
DOCKER_HOST: tcp://docker:2375
cache-google-chrome:
image: debian:bullseye-slim
stage: automation
# Starts the job immediately
needs: []
script:
- bash ./scripts/cache-google-chrome
# disable DinD
before_script: []
services: []
cache-chrome-chromium:
extends: .cache-google-chrome