Skip to content

Commit

Permalink
Add rebase script
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind Iyengar committed Apr 5, 2021
1 parent 1124192 commit 7442ed9
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
pull-scripts:
./scripts/pull-scripts

TARGETS := prepare patch charts clean sync validate rebase docs
rebase:
./scripts/rebase

TARGETS := prepare patch charts clean sync validate docs

$(TARGETS):
@ls ./bin/charts-build-scripts 1>/dev/null 2>/dev/null || ./scripts/pull-scripts
Expand Down
Loading

0 comments on commit 7442ed9

Please sign in to comment.