-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Remove meteor-method fork (#186)
Unnecessary since jam:method 1.6.0
- Loading branch information
1 parent
f257644
commit a176f2d
Showing
2 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,12 +54,12 @@ print-env: check-env | |
@echo "MOCHA_TIMEOUT=${MOCHA_TIMEOUT}" | ||
|
||
.PHONY: meteor | ||
meteor: check-env app/packages/meteor-synced-cron app/packages/method | ||
meteor: check-env app/packages/meteor-synced-cron | ||
@echo '**** Start meteor: ****' | ||
cd app/; env WP_VERITAS_BOT_TOKEN=$$WP_VERITAS_BOT_TOKEN_TEST WP_VERITAS_ALERTS_TELEGRAM_IDS=$$WP_VERITAS_ALERTS_TELEGRAM_IDS_TEST WP_VERITAS_AWX_TOKEN=$$AWX_TOKEN meteor --settings meteor-settings.json | ||
|
||
.PHONY: test | ||
test: check-env app/packages/meteor-synced-cron app/packages/method | ||
test: check-env app/packages/meteor-synced-cron | ||
@echo '**** Run test: ****' | ||
@cd app; env MOCHA_TIMEOUT=$$MOCHA_TIMEOUT WP_VERITAS_BOT_TOKEN=$$WP_VERITAS_BOT_TOKEN_TEST WP_VERITAS_ALERTS_TELEGRAM_IDS=$$WP_VERITAS_ALERTS_TELEGRAM_IDS_TEST TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha --port 3888 | ||
|
||
|
@@ -193,10 +193,6 @@ app/packages/meteor-synced-cron: | |
@mkdir -p $(dir $@) || true | ||
cd $(dir $@); git clone -b update-to-async [email protected]:sebastianspiller/meteor-synced-cron.git | ||
|
||
app/packages/method: | ||
@mkdir -p $(dir $@) || true | ||
cd $(dir $@); git clone -b feature/meteor-3-0-compat [email protected]:epfl-si/meteor-method.git | ||
|
||
################################################################################ | ||
# Targets for development purpose only # | ||
################################################################################ | ||
|