mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] fix travis build
This commit is contained in:
parent
949378a07f
commit
d425e26e80
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -169,6 +169,9 @@ PHONY += docker
|
|||
docker: buildenv
|
||||
$(Q)./manage.sh docker_build
|
||||
|
||||
docker.push: buildenv
|
||||
$(Q)./manage.sh docker_build push
|
||||
|
||||
# gecko
|
||||
# -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue