Undo docker image building trigger

This commit is contained in:
Sajith Sasidharan 2020-11-30 19:18:32 -05:00
parent df3ec2a1d4
commit 9ea99726c7

View File

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