From df3ec2a1d48f124f25060f8133ac2264cac11d38 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Mon, 30 Nov 2020 17:33:43 -0500 Subject: [PATCH] Try to trigger image building --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afa3fafa1..a9ce0cc03 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,16 +92,16 @@ workflows: <<: *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" + # # 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: - "build-image-debian-8":