-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (33 loc) · 1.46 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: go
sudo: false
notifications:
email: false
jobs:
include:
- go: 1.10.1
stage: deploy
go_import_path: github.com/xunchangguo/kong-operator
services:
- docker
install: skip
script: skip
before_deploy:
# - go get -u github.com/golang/dep/cmd/dep
# - dep ensure
- chmod +x ./tmp/codegen/update-generated.sh
- ./tmp/codegen/update-generated.sh
- chmod +x ./hack/save.bash
- ./hack/save.bash
deploy:
- provider: releases
api_key:
secure: "W752x8XMZsRDIsHVq9qWTmNsxurrdHbWlx2/yEPz8TEmesOxqgxZLGhiL3RbQP6I+oQQrMhtr4Fu0fGQXEs1/W7Qi6H68jVjfCCYCg/97uE5lqHYVGjCTq3DDpa4aiDrsHxw6MJ/26x4KCJFZmVGdg5p3a55tqompT3V9VmCfre69mbAGLS5FYSydLjYILg5CpNcR1Q4PYr437Cf8LMHlSWaZpY+rcBjRjiV1vXpwqbSSDL+Q1tQj/aOGe69+YAHpAgnZfrs2dfVjrqT3/QghKPp6KIpJnXZJtdRmwBSx4uE3QNWZZJZouT3lh8ggQE3iW8GUJ6ieK6rM+3DMC6CgLI0Uo425UtXDz8jh6xy0zogmKda12Rs9o56JU+8rNFSnwic2HgaYD0dSfPgJZ6Pnap6/UKLz6KboqEAnq40VnkrZOu6EJWOwuk3HMdlf+opcFi5W3i9DN8AgtNLxt6DvxrX/ACQa6HSZMSM/eyUh9ofe6TJJbBoN9eG++s2yfrqUuZ/8evo/bTo+Yj4VfRkGLgFv+UBBGCreZdC1TsrHQ80MMmBTFalG1xZ5qYW/yg5rgpbisg84XDa8MAybZPnFVTcd7z/qFKrBlRbuU7JVffheoTijDxAP0mJkrPY4sCTIYchP0a8U23/ujeqBErEs9uY2B9ncSgPK499rHeGzGU="
file_glob: true
file: release/*
skip_cleanup: true
on:
repo: xunchangguo/kong-operator
branch: master
tags: true
addons:
ssh_known_hosts: github.com