mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +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`
|
||||
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
|
||||
pushd "$build_dir" > /dev/null
|
||||
|
||||
|
|
Loading…
Reference in a new issue