Correct the package name, so the pruning can actually function.

This commit is contained in:
David Anderson 2017-01-31 15:42:22 -08:00
parent adafaecce7
commit e7f3d579ca

View File

@ -36,7 +36,7 @@ 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=tlsrouter -arch=amd64 -limit=2
script: go run scripts/prune_old_versions.go -user=danderson -repo=pixiecore -distro=debian -version=stretch -package=pixiecore -arch=amd64 -limit=2
on:
branch: master
go: '1.7'