mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 12:40:39 +00:00
remove git fetch (#474)
This commit is contained in:
parent
50a5023838
commit
acbb998a87
@ -9,7 +9,6 @@ steps:
|
||||
- name: assets
|
||||
image: docker.io/library/node:lts
|
||||
commands:
|
||||
- git fetch --depth=2147483647
|
||||
- npm install --quiet --no-progress
|
||||
- npm run build
|
||||
- cat VERSION
|
||||
@ -31,7 +30,6 @@ steps:
|
||||
- name: changelog
|
||||
image: quay.io/thegeeklab/git-sv
|
||||
commands:
|
||||
- git fetch --depth=2147483647
|
||||
- git sv current-version
|
||||
- git sv release-notes -t ${CI_COMMIT_TAG:-next} -o CHANGELOG.md
|
||||
- cat CHANGELOG.md
|
||||
|
@ -46,9 +46,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 -s exampleSite/
|
||||
|
||||
- name: beautify
|
||||
|
Loading…
Reference in New Issue
Block a user