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 name: default
steps: steps:
- name: fetch-schedule # - name: fetch-schedule
image: python:3.10-alpine # image: python:3.10-alpine
commands: # commands:
- bin/fetch_schedule.py # - bin/fetch_schedule.py
- name: build - name: build
image: klakegg/hugo:ext-alpine-ci image: klakegg/hugo:ext-alpine-ci