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
|
||||
os:
|
||||
- linux
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y atftp
|
||||
# before_install:
|
||||
# - sudo apt-get -qq update
|
||||
# - sudo apt-get install -y atftp
|
||||
install:
|
||||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/golang/lint/golint
|
||||
|
Loading…
Reference in New Issue
Block a user