Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Goldinteractive/Sackmesser
Browse files Browse the repository at this point in the history
  • Loading branch information
oncode committed Mar 2, 2017
2 parents a878841 + 64e9aae commit c577891
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tasks/deployment/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ release:
$(DEPLOY_SCRIPTS_FOLDER)/release.sh

deploy-patch-%:
@ $(DEPLOY_SCRIPTS_FOLDER)/check-libs.sh
@ make build
@ DEPLOYENV=$* \
DEPLOY_SCRIPTS_FOLDER=$(DEPLOY_SCRIPTS_FOLDER) \
Expand All @@ -19,6 +20,7 @@ deploy-patch-%:
$(DEPLOY_SCRIPTS_FOLDER)/deploy-patch.sh

deploy-%:
@ $(DEPLOY_SCRIPTS_FOLDER)/check-libs.sh
@ make build
@ DEPLOYENV=$* \
DEPLOYMENT_FOLDER=$(DEPLOYMENT_FOLDER) \
Expand Down
6 changes: 6 additions & 0 deletions .tasks/deployment/check-libs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

printf "\033[0;32mCheck composer depenencies.\033[0m \n"
composer install

exit 0

0 comments on commit c577891

Please sign in to comment.