Move the scripts to their own directories to appease golint.

This commit is contained in:
David Anderson 2017-01-31 16:43:02 -08:00
parent 7e2f651b1f
commit 89360d4cc5
3 changed files with 2 additions and 2 deletions

View File

@ -40,12 +40,12 @@ deploy:
branch: master
go: '1.7'
- 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:
branch: master
go: '1.7'
- provider: script
script: go run scripts/trigger_quay_build.go
script: go run scripts/trigger_quay_build/main.go
on:
branch: master
go: '1.7'