This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
ci-apt/.gitlab-ci.yml

20 lines
338 B
YAML
Raw Normal View History

2018-10-19 10:05:45 +00:00
stages:
2022-10-16 00:03:58 +00:00
- build
2018-10-19 10:05:45 +00:00
variables:
2018-10-22 11:48:59 +00:00
CACHETAG: build-${VERSION}
DOCKER_HOST: tcp://docker:2375
2018-10-19 10:05:45 +00:00
services:
- docker:dind
2018-10-19 10:05:45 +00:00
before_script:
- docker info
- docker version
- echo "$CI_JOB_TOKEN" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
2022-10-16 00:03:58 +00:00
# env|sort
2018-10-19 10:05:45 +00:00
2020-05-22 06:29:37 +00:00
include:
- .gitlab-docker-x86_64.yml
- .gitlab-docker-armv7l.yml