mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 11:33:14 +00:00
Unbreak the yaml.
This commit is contained in:
parent
11f53fe233
commit
93aff65e71
@ -73,8 +73,8 @@ pull centos7 clang-5: *pull_images
|
|||||||
stage: base
|
stage: base
|
||||||
image: docker:stable
|
image: docker:stable
|
||||||
# only:
|
# only:
|
||||||
# changes:
|
# changes:
|
||||||
# - tests/dockerfiles/*
|
# - tests/dockerfiles/*
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@ -887,9 +887,9 @@ check clang-format:
|
|||||||
image: docker:stable
|
image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
# only:
|
only:
|
||||||
# changes:
|
# changes:
|
||||||
# - tests/dockerfiles/*
|
# - tests/dockerfiles/*
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
@ -916,9 +916,9 @@ push fedora-33 base: *push_base_images
|
|||||||
|
|
||||||
.push_images: &push_images
|
.push_images: &push_images
|
||||||
<<: *push_base_images
|
<<: *push_base_images
|
||||||
# only:
|
only:
|
||||||
# changes:
|
# changes:
|
||||||
# - tests/dockerfiles/*
|
# - tests/dockerfiles/*
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
Reference in New Issue
Block a user