fix hugo and backup version, fix backup ci (#847)
This commit is contained in:
parent
e6bd8c3f14
commit
93d3e9eb9f
|
|
@ -54,5 +54,6 @@ jobs:
|
|||
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||
run: |
|
||||
git reset --hard
|
||||
rm bin/sembump
|
||||
make -C backup/pvc docker-build
|
||||
make -C backup/pvc docker-release
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -478,7 +478,7 @@ helm-release-latest: helm
|
|||
|
||||
# Download and build hugo extended locally if necessary
|
||||
HUGO_PATH = $(shell pwd)/bin/hugo
|
||||
HUGO_VERSION = v0.62.2
|
||||
HUGO_VERSION = v0.113.0
|
||||
HAS_HUGO := $(shell $(HUGO_PATH)/hugo version 2>&- | grep $(HUGO_VERSION))
|
||||
hugo:
|
||||
ifeq ($(HAS_HUGO), )
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v0.2.2
|
||||
v0.2.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue