1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

Merge pull request #419 from marquiz/fixes/gh-pages

github: workflow fixes
This commit is contained in:
Kubernetes Prow Robot 2020-12-07 08:39:26 -08:00 committed by GitHub
commit 288b1869c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
fetch-depth: 0

View file

@ -109,6 +109,7 @@ if [ "$site_subdir" != "master" ]; then
;;
*)
echo "Not a released version. Parsed release branch is $site_subdir but based on tag $_base_tag. Stopping here."
echo "SHA `git describe` (`git rev-parse HEAD`)"
exit 0
;;
esac