1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

Force docker rebuild, do it right this time.

This commit is contained in:
Brenden Matthews 2021-02-05 12:08:58 -06:00
parent 61f561241f
commit 11f53fe233
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -72,9 +72,9 @@ pull centos7 clang-5: *pull_images
- api_failure
stage: base
image: docker:stable
only:
changes:
- tests/dockerfiles/*
# only:
# changes:
# - tests/dockerfiles/*
services:
- docker:dind
before_script:
@ -887,9 +887,9 @@ check clang-format:
image: docker:stable
services:
- docker:dind
only:
changes:
- tests/dockerfiles/*
# only:
# changes:
# - tests/dockerfiles/*
refs:
- master
- tags
@ -916,9 +916,9 @@ push fedora-33 base: *push_base_images
.push_images: &push_images
<<: *push_base_images
only:
changes:
- tests/dockerfiles/*
# only:
# changes:
# - tests/dockerfiles/*
refs:
- master
- tags