Skip to content

Commit

Permalink
Merge pull request #1355 from marquiz/devel/scripts
Browse files Browse the repository at this point in the history
scripts/update-gh-pages: sync OWNERS from master to gh-pages
  • Loading branch information
k8s-ci-robot committed Sep 11, 2023
2 parents b7aa0b2 + f5084cb commit ff1a212
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/github/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff1a212

Please sign in to comment.