From 11f53fe233e699681834e15c9bc57b30768ba44f Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Fri, 5 Feb 2021 12:08:58 -0600 Subject: [PATCH] Force docker rebuild, do it right this time. --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08521a83..3b542e71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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