Skip to content

Commit

Permalink
chore: Bump Goreleaser version and use new pull request Concourse res…
Browse files Browse the repository at this point in the history
…ource
  • Loading branch information
dbellinghoven committed Mar 27, 2019
1 parent 621c423 commit ef960c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
set -e

readonly PROJECT="github.com/morningconsult/go-elasticsearch-alerts"
readonly GORELEASER_VERSION=v0.95.0
readonly GORELEASER_VERSION=v0.104.0

echo "==> Installing APK dependencies"

Expand Down
15 changes: 6 additions & 9 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource_types:
- name: pull-request
type: docker-image
source:
repository: jtarchie/pr
repository: teliaoss/github-pr-resource


# ====================================
Expand All @@ -26,11 +26,8 @@ resources:
- name: test-pull-request
type: pull-request
source:
private_key: ((github-private-key))
repository: morningconsult/go-elasticsearch-alerts
access_token: ((github-access-token))
repo: morningconsult/go-elasticsearch-alerts
uri: ((github-repo))
base: master

- name: new-release
type: git
Expand Down Expand Up @@ -73,21 +70,21 @@ jobs:
put: test-pull-request
params:
path: test-pull-request
status: success
status: SUCCESS
context: $BUILD_JOB_NAME
comment: test-pull-request/ci/pr_test_success
on_failure:
put: test-pull-request
params:
path: test-pull-request
status: failure
status: FAILURE
context: $BUILD_JOB_NAME
comment: test-pull-request/ci/pr_test_failure
on_abort:
put: test-pull-request
params:
path: test-pull-request
status: error
status: ERROR
context: $BUILD_JOB_NAME
comment: test-pull-request/ci/pr_test_failure

Expand All @@ -108,4 +105,4 @@ jobs:
params: {alert_type: failed}
on_abort:
put: slack
params: {alert_type: aborted}
params: {alert_type: aborted}

0 comments on commit ef960c9

Please sign in to comment.