[drop] force images to rebuild

This commit is contained in:
Jean-Paul Calderone 2021-03-01 10:46:00 -05:00
parent 3c047f0d17
commit 9f6965ce67

View File

@ -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":