Disable fetching schedule
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2022-11-05 20:26:02 +01:00
parent e82bda2e4c
commit 7f75601d55
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@ type: docker
name: default
steps:
- name: fetch-schedule
image: python:3.10-alpine
commands:
- bin/fetch_schedule.py
# - name: fetch-schedule
# image: python:3.10-alpine
# commands:
# - bin/fetch_schedule.py
- name: build
image: klakegg/hugo:ext-alpine-ci