mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Clone from https url.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user