diff --git a/ci/build-release.sh b/ci/build-release.sh index e9724c5..2f2a085 100755 --- a/ci/build-release.sh +++ b/ci/build-release.sh @@ -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" diff --git a/ci/pipeline.yml b/ci/pipeline.yml index aed9bc6..97427c7 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -14,7 +14,7 @@ resource_types: - name: pull-request type: docker-image source: - repository: jtarchie/pr + repository: teliaoss/github-pr-resource # ==================================== @@ -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 @@ -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 @@ -108,4 +105,4 @@ jobs: params: {alert_type: failed} on_abort: put: slack - params: {alert_type: aborted} \ No newline at end of file + params: {alert_type: aborted}