mirror of
https://github.com/danderson/netboot.git
synced 2025-08-11 09:07:12 +02:00
Disable atftp install temporarily.
Installing atftp requires sudo, which forces the use of VMs. I suspect this is breaking packagecloud deploys somehow.
This commit is contained in:
parent
ba5b64bcf2
commit
cc7e580a12
@ -6,9 +6,9 @@ go:
|
|||||||
- tip
|
- tip
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
before_install:
|
# before_install:
|
||||||
- sudo apt-get -qq update
|
# - sudo apt-get -qq update
|
||||||
- sudo apt-get install -y atftp
|
# - sudo apt-get install -y atftp
|
||||||
install:
|
install:
|
||||||
- go get github.com/Masterminds/glide
|
- go get github.com/Masterminds/glide
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
|
Loading…
Reference in New Issue
Block a user