Skip to content

Commit

Permalink
Update Makefile to update git submodule (#35)
Browse files Browse the repository at this point in the history
Give bash script to update git submodule

@lyft/command-center @mistercrunch @amalakar
  • Loading branch information
hughhhh authored and lyft-buildnotify-2 committed Nov 4, 2017
1 parent a36798a commit fb418df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ test_highstate:
init_examples:
service_venv superset load_examples

.PHONY: init_submodule
init_submodule:
git submodule init
git submodule update

.PHONY: create_admin # create admin user
create_admin:
service_venv fabmanager create-admin --app superset

0 comments on commit fb418df

Please sign in to comment.