Disable fetching schedule
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e82bda2e4c
commit
7f75601d55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue