mirror of
https://github.com/thegeeklab/woodpecker-plugins.git
synced 2024-11-12 16:10:39 +00:00
remove unnecessary git fetch command from ci
This commit is contained in:
parent
b26329bb29
commit
44ea39c751
@ -39,9 +39,6 @@ steps:
|
||||
- name: build
|
||||
image: quay.io/thegeeklab/hugo:0.115.2
|
||||
commands:
|
||||
# Fetch is used to get the full git history.
|
||||
# Required for Hugos git metadata integration.
|
||||
- git fetch --depth=2147483647
|
||||
- hugo --panicOnWarning
|
||||
|
||||
- name: beautify
|
||||
|
Loading…
Reference in New Issue
Block a user