File tree 1 file changed +3
-6
lines changed 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ n-other-diff: ## number of files outside docs/ changed since branch from master
69
69
@git diff --name-only $(DIFF_RANGE ) -- ' :!docs/' | wc -l | awk ' {print $$1}'
70
70
71
71
run/% : # # run a bash in interactive mode in a stack
72
- docker run -it --rm jupyter /$(notdir $@ ) /bin/bash
72
+ docker run -it --rm $( OWNER ) /$(notdir $@ ) $( SHELL )
73
73
74
74
run-sudo/% : # # run a bash in interactive mode as root in a stack
75
- docker run -it --rm -u root jupyter /$(notdir $@ ) /bin/bash
75
+ docker run -it --rm -u root $( OWNER ) /$(notdir $@ ) $( SHELL )
76
76
77
77
tx-en : # # rebuild en locale strings and push to master (req: GH_TOKEN)
78
78
@git config --global user.email " travis@travis-ci.org"
@@ -93,7 +93,4 @@ test/%: ## run tests against a stack
93
93
@TEST_IMAGE=" $( OWNER) /$( notdir $@ ) " pytest test
94
94
95
95
test/base-notebook : # # test supported options in the base notebook
96
- @TEST_IMAGE=" $( OWNER) /$( notdir $@ ) " pytest test base-notebook/test
97
-
98
- up/% : # # launch a stack
99
- docker run --rm -p 8888:8888 jupyter/$(notdir $@ )
96
+ @TEST_IMAGE=" $( OWNER) /$( notdir $@ ) " pytest test base-notebook/test
You can’t perform that action at this time.
0 commit comments