mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 17:41:38 +02:00
Move the scripts to their own directories to appease golint.
This commit is contained in:
parent
7e2f651b1f
commit
89360d4cc5
@ -40,12 +40,12 @@ deploy:
|
|||||||
branch: master
|
branch: master
|
||||||
go: '1.7'
|
go: '1.7'
|
||||||
- provider: script
|
- provider: script
|
||||||
script: go run scripts/prune_old_versions.go -user=danderson -repo=pixiecore -distro=debian -version=stretch -package=pixiecore -arch=amd64 -limit=2
|
script: go run scripts/prune_old_versions/main.go -user=danderson -repo=pixiecore -distro=debian -version=stretch -package=pixiecore -arch=amd64 -limit=2
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: '1.7'
|
go: '1.7'
|
||||||
- provider: script
|
- provider: script
|
||||||
script: go run scripts/trigger_quay_build.go
|
script: go run scripts/trigger_quay_build/main.go
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: '1.7'
|
go: '1.7'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user