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
|
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
|
||||||
|
|
Loading…
Reference in New Issue