fix: hugo and backup ci again (#848)
This commit is contained in:
parent
93d3e9eb9f
commit
813cbc812e
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
if: env.IS_CHANGED == 'true'
|
if: env.IS_CHANGED == 'true'
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: '0.62.2'
|
hugo-version: '0.113.0'
|
||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
# Sets up node - required by Hugo
|
# Sets up node - required by Hugo
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,5 @@ jobs:
|
||||||
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
|
||||||
run: |
|
run: |
|
||||||
git reset --hard
|
git reset --hard
|
||||||
rm bin/sembump
|
|
||||||
make -C backup/pvc docker-build
|
make -C backup/pvc docker-build
|
||||||
make -C backup/pvc docker-release
|
make -C backup/pvc docker-release
|
||||||
|
|
|
||||||
|
|
@ -151,6 +151,7 @@ bump-version: sembump ## Bump the version in the version file. Set BUMP to [ pat
|
||||||
echo $(NEW_VERSION) > VERSION.txt
|
echo $(NEW_VERSION) > VERSION.txt
|
||||||
git add VERSION.txt
|
git add VERSION.txt
|
||||||
git commit -avm "Bump backup PVC version to $(NEW_VERSION)"
|
git commit -avm "Bump backup PVC version to $(NEW_VERSION)"
|
||||||
|
rm $(PROJECT_DIR)/bin/sembump
|
||||||
|
|
||||||
.PHONY: tag
|
.PHONY: tag
|
||||||
tag: ## Create a new git tag to prepare to build a release
|
tag: ## Create a new git tag to prepare to build a release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue