Skip to content

Commit

Permalink
fix name in poller readme, in rpm: dont publish opensource docs for rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vachagan Gratian committed Apr 27, 2021
1 parent ed746c4 commit f2e0d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/poller/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ plugins:
Notice that the rules are executed in the same order as you've added them. List of currently available rules:
- [split_simple](#split_simple)
- [split_regex](#split_simple)
- [split](#split)
- [split_regex](#split_regex)
- [split_pairs](#split_pairs)
- [join](#join)
- [replace](#replace)
Expand Down
2 changes: 0 additions & 2 deletions rpm/build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ cp "$SRC/harvest.example.yml" "$BUILD/harvest/"
cp "$SRC/go.mod" "$BUILD/harvest/"
cp "$SRC/Makefile" "$BUILD/harvest/"
cp "$SRC/README.md" "$BUILD/harvest/"
cp "$SRC/SUPPORT.md" "$BUILD/harvest/"
cp "$SRC/CONTRIBUTING.md" "$BUILD/harvest/"
cp "$SRC/LICENSE" "$BUILD/harvest/"

# update build and package version
Expand Down

0 comments on commit f2e0d8c

Please sign in to comment.