mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +00:00
Fix double interactive conf
This commit is contained in:
parent
13d1baa6b6
commit
83d839b20e
5
Makefile
5
Makefile
@ -7,12 +7,13 @@ USERID ?= $$(id -u)
|
||||
build: ## Build all docker images
|
||||
cd build/ && make build
|
||||
|
||||
config.json: upgrade-to-tutor
|
||||
config.json:
|
||||
@$(MAKE) -s -C build/ build-configurator 1> /dev/null
|
||||
@docker run --rm -it \
|
||||
--volume="$(PWD):/openedx/config/" \
|
||||
-e USERID=$(USERID) -e SILENT=$(SILENT) \
|
||||
regis/openedx-configurator:hawthorn
|
||||
regis/openedx-configurator:hawthorn \
|
||||
configurator interactive
|
||||
|
||||
substitute: config.json
|
||||
@docker run --rm -it \
|
||||
|
@ -103,7 +103,6 @@ def main():
|
||||
parser_substitute.set_defaults(func=substitute)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
args.func(args)
|
||||
|
||||
def load_config(path):
|
||||
|
Loading…
Reference in New Issue
Block a user