mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-26 20:53:59 +00:00
fix docker build on travis-ci
This commit is contained in:
parent
05dba885be
commit
d0cd31e019
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ mkdir -p .cache/docker
|
|||
cd .cache/docker
|
||||
|
||||
# create the project using the default settings in cookiecutter.json
|
||||
cookiecutter ../../ --no-input --overwrite-if-exists
|
||||
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=y js_task_runner=None
|
||||
cd project_name
|
||||
|
||||
# run the project's tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue