Skip to content

Commit

Permalink
Feature/geode 7745 (apache#4667)
Browse files Browse the repository at this point in the history
* GEODE-7745 : Fix the missing Pull Request builds in geode.

Change the githubpull request resource to use digitalocean's repo which
seems to have the patch fix for the commit check.

Signed-off-by: Steve Sienkowski <[email protected]>

* GEODE-7745: Fix the missing Pull Request builds in geode.

Create the docker image for github-pr-resource that uses the
digitalocean repo.This repo has the patch fix which pull requests get
triggered.

Signed-off-by: Bala Kaza Venkata <[email protected]>

* GEODE-7745: Fix the missing Pull Request builds in geode.

Update the alpine base image  for the github pr resource builder
to be the pipeline specific one.
  • Loading branch information
BalaKaza authored Feb 3, 2020
1 parent 16b296a commit e20e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pipelines/images/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
public: ((public-pipelines))
serial: true
plan:
- get: alpine-tools-image
- get: alpine-tools-docker-image
passed: [build-alpine-tools-docker-image]
- get: github-pr-resource-dockerfile
- put: github-pr-resource-image
Expand Down

0 comments on commit e20e2b4

Please sign in to comment.