Skip to content

Commit

Permalink
fixes to be able to merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sagor999 authored and Mikhail Bulash committed Nov 30, 2020
1 parent 7833d88 commit 17c9015
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ os: linux
go:
- "1.13.x"
before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- curl https://raw.githubusercontent.com/go-task/task/master/install-task.sh | sh
- mv ./bin/task $GOPATH/bin
install:
Expand All @@ -15,9 +14,9 @@ before_deploy:
- task dist
deploy:
provider: releases
token: $GITHUB_TOKEN
api_key: $GITHUB_TOKEN
file_glob: true
file: dist/*
cleanup: false
skip_cleanup: true
on:
tags: true
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ $ docker pull summerwind/alertmanager-sentry-gateway:<tag>
# >= v0.4.0
$ docker pull mikeroll/alertmanager-sentry-gateway:<tag>
# >= v0.5.0
$ docker pull paveltumik/alertmanager-sentry-gateway:<tag>
```

### Building binary yourself
Expand Down
7 changes: 1 addition & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,8 @@ tasks:
container:
deps: [test]
cmds:
- docker build -t paveltumik/{{.NAME}}:latest -t paveltumik/{{.NAME}}:{{.VERSION}}
- docker build -t summerwind/{{.NAME}}:latest -t summerwind/{{.NAME}}:{{.VERSION}}
--build-arg BUILD_FLAGS='{{.BUILD_FLAGS}}' .
publish:
deps: [container]
cmds:
- docker push paveltumik/{{.NAME}}:latest
- docker push paveltumik/{{.NAME}}:{{.VERSION}}
vendor:
cmds:
- go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sagor999/alertmanager-sentry-gateway
module github.com/mikeroll/alertmanager-sentry-gateway

go 1.13

Expand Down

0 comments on commit 17c9015

Please sign in to comment.