-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1000 from romainx/master
Bump version of R packages
- Loading branch information
Showing
3 changed files
with
23 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,6 +68,12 @@ n-docs-diff: ## number of docs/ files changed since branch from master | |
n-other-diff: ## number of files outside docs/ changed since branch from master | ||
@git diff --name-only $(DIFF_RANGE) -- ':!docs/' | wc -l | awk '{print $$1}' | ||
|
||
run/%: ## run a bash in interactive mode in a stack | ||
docker run -it --rm $(OWNER)/$(notdir $@) $(SHELL) | ||
|
||
run-sudo/%: ## run a bash in interactive mode as root in a stack | ||
docker run -it --rm -u root $(OWNER)/$(notdir $@) $(SHELL) | ||
|
||
tx-en: ## rebuild en locale strings and push to master (req: GH_TOKEN) | ||
@git config --global user.email "[email protected]" | ||
@git config --global user.name "Travis CI" | ||
|
@@ -87,4 +93,4 @@ test/%: ## run tests against a stack | |
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test | ||
|
||
test/base-notebook: ## test supported options in the base notebook | ||
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test base-notebook/test | ||
@TEST_IMAGE="$(OWNER)/$(notdir $@)" pytest test base-notebook/test |
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