Makefile: remove oleg dependency

This commit is contained in:
Christine Dodrill 2015-02-07 14:53:25 -08:00
parent 2a224f746b
commit 3746e2b8cc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ build:
test: build
@echo "http://127.0.0.1:5000"
@echo "press ^C to kill the test server"
docker run -p 5000:5000 --name site-$(GIT_REV) --link site-olegdb:oleg --rm -it -e GIT_REV=$(GIT_REV) -e GITHUB_TOKEN=$(GITHUB_TOKEN) xena/site /bin/bash
docker run -p 5000:5000 --name site-$(GIT_REV) --rm -it -e GIT_REV=$(GIT_REV) -e GITHUB_TOKEN=$(GITHUB_TOKEN) xena/site /bin/bash
deploy:
git push