Skip to content

Commit

Permalink
make switch-to-2
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed May 28, 2021
1 parent ef1f986 commit 0d62dce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions make/stonehenge.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ update: ## Update Stonehenge
PHONY += upgrade
upgrade: down update ## Upgrade Stonehenge (tear down the current first)

PHONY += switch-to-2
switch-to-2: --down ## Switch to Stonehenge 2
$(call step,Change to Stonehenge v2\n\n- Pull the latest code...)
@git checkout 2.x && git pull
@$(MAKE) up

#
# Includes
#
Expand Down

0 comments on commit 0d62dce

Please sign in to comment.