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 <<: *DOCKERHUB_CONTEXT
images: images:
# # Build the Docker images used by the ci jobs. This makes the ci jobs # 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. # faster and takes various spurious failures out of the critical path.
# triggers: triggers:
# # Build once a day # Build once a day
# - schedule: - schedule:
# cron: "0 0 * * *" cron: "0 0 * * *"
# filters: filters:
# branches: branches:
# only: only:
# - "master" - "master"
jobs: jobs:
- "build-image-debian-8": - "build-image-debian-8":