mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-19 14:53:07 +00:00
Merge pull request #1355 from marquiz/devel/scripts
scripts/update-gh-pages: sync OWNERS from master to gh-pages
This commit is contained in:
commit
ff1a212719
1 changed files with 5 additions and 0 deletions
|
@ -181,6 +181,11 @@ else
|
||||||
commit_hash=`git describe --tags --dirty --always`
|
commit_hash=`git describe --tags --dirty --always`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Sync OWNERS file from master branch
|
||||||
|
if [ "$GITHUB_REF" = "refs/heads/master" ]; then
|
||||||
|
cp OWNERS "$build_dir"/OWNERS
|
||||||
|
fi
|
||||||
|
|
||||||
# Switch to work in the gh-pages worktree
|
# Switch to work in the gh-pages worktree
|
||||||
pushd "$build_dir" > /dev/null
|
pushd "$build_dir" > /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue