Skip to content

Commit 1e5c097

Browse files
committed
fixup! Move release to Go Releaser on GitHib Actions
1 parent 64a56fb commit 1e5c097

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.travis.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,3 @@ after_script:
2929

3030
after_success:
3131
- gox -os=linux -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
32-
33-
deploy:
34-
# Deploy to Github Releases
35-
- provider: releases
36-
skip_cleanup: true
37-
api_key:
38-
secure: l2wSOjuW767zqUX+wNQHGSISUybdemfXSWO38XknJJ90CbeJUrQZyePc80XSK6hgBhfwF0IbdWLUhJYBvI4YXQt/gENrI1MlhnWVtiqNZMpSTr3Y+/gwuDMXH94WOGh8VdvL2MSE2B+OoHiYGvyGmWJPnHFD2Sqja/wZP7WThrreZJUj/7wJgmEkj4dl9DM3c5xNW1LMHR9hR3/w4aSt1z66LXbPa6Pvf59zod9QvMh2CKJYTK+y3pzP0ZS8SPTCwzOZ26wrLTE6qJWfqIEKytP+VTkByTH90MLiOxmof+DQHrv9y/hJdKEBQS7+bqeROr1WjrgHkBD/6YTj53xuC/1+pt+xCepS5SUPcUIZjNrtrdnQx3pdwnqIBrU8Y3WwWa/PlmCpkAwWCt4W4k0ehXhCSAEfqOwKUZzkGOi2dDLw6Y5tUwS6E1kKS26n1bgu1SvKTqlmgCNyrUFyeuX/nhHUpr7nrkznaPp6AKCpMSb98lUh9fJ8XbRjrBky2HJwtBX44al8kvJDOoTQBka8xpCyeNc0qW6J72xB3v0MPkEXmDEqyO68Cq1BiHrj9iIFEQBPrXn4yofeQvC+Pz6pYZbP9LsOg0K5Co1mjQNGtLsm6TeRr/l3Orjwrc/j3sE12gYUGz+Atf180dQwMBGxf7WGijjfjTIs2Jmy4ul41w0=
39-
file_glob: true
40-
file: dist/*
41-
on:
42-
repo: arnested/systemd-state
43-
tags: true
44-
45-
# Purge the releases badge to get the new release number in there
46-
- provider: script
47-
script: curl --silent -X PURGE https://camo.githubusercontent.com/7ada60ab70c16db616686cda4aed0ae188ecb7ae/68747470733a2f2f6769746875622d72656c656173652d76657273696f6e2e6865726f6b756170702e636f6d2f6769746875622f61726e65737465642f73797374656d642d73746174652f72656c656173652e737667
48-
on:
49-
repo: arnested/systemd-state
50-
tags: true
51-
52-
# Refresh goreportcard.com report
53-
- provider: script
54-
script: 'curl --silent -X POST -H "Content-Type: application/x-www-form-urlencoded" https://goreportcard.com/checks --data "repo=github.com%2Farnested%2Fsystemd-state"'
55-
on:
56-
repo: arnested/systemd-state
57-
branch: main
58-
59-
# Refresh godoc.org documentation
60-
- provider: script
61-
script: 'curl --silent -X POST -H "Content-Type: application/x-www-form-urlencoded" https://godoc.org/-/refresh --data "path=github.com%2Farnested%2Fsystemd-state"'
62-
on:
63-
repo: arnested/systemd-state
64-
branch: main

0 commit comments

Comments
 (0)