mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
Clone from https url.
This commit is contained in:
@@ -46,7 +46,7 @@ check:
|
|||||||
golint .
|
golint .
|
||||||
|
|
||||||
system-test:
|
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
|
go install
|
||||||
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
PATH=$(BINPATH):$(PATH) python system/run.py --long
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user