From 9f6965ce677458c55dc852ea36344bb66ed34f99 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 1 Mar 2021 10:46:00 -0500 Subject: [PATCH] [drop] force images to rebuild --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b00bcdcec..417d6dca4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,19 +89,19 @@ workflows: - "typechecks": <<: *DOCKERHUB_CONTEXT - images: - # Build the Docker images used by the ci jobs. This makes the ci jobs - # faster and takes various spurious failures out of the critical path. - triggers: - # Build once a day - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: - - "master" + # images: + # # Build the Docker images used by the ci jobs. This makes the ci jobs + # # faster and takes various spurious failures out of the critical path. + # triggers: + # # Build once a day + # - schedule: + # cron: "0 0 * * *" + # filters: + # branches: + # only: + # - "master" - jobs: + # jobs: - "build-image-debian-10": <<: *DOCKERHUB_CONTEXT - "build-image-debian-9":