Clone from https url.

This commit is contained in:
Andrey Smirnov
2014-01-27 19:51:55 +04:00
parent 29cb5d9c9e
commit b571e4d79b
+1 -1
View File
@@ -46,7 +46,7 @@ check:
golint .
system-test:
if [ ! -e ~/aptly-fixture-db ]; then git clone git@github.com:aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
if [ ! -e ~/aptly-fixture-db ]; then git clone https://github.com/aptly-dev/aptly-fixture-db.git ~/aptly-fixture-db/; fi
go install
PATH=$(BINPATH):$(PATH) python system/run.py --long