mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
[fix] fix travis build
This commit is contained in:
parent
949378a07f
commit
d425e26e80
@ -40,7 +40,7 @@ jobs:
|
|||||||
install: true
|
install: true
|
||||||
script:
|
script:
|
||||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
- local/py3/bin/activate; ./manage.sh docker_build push
|
- make -e GIT_URL=$(git remote get-url origin) docker.push
|
||||||
after_success: true
|
after_success: true
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user