Skip to content

Commit

Permalink
Merge pull request jenkins-x#26 from jstrachan/stuff
Browse files Browse the repository at this point in the history
fix: automate PR to update lighthouse
  • Loading branch information
jstrachan authored Sep 6, 2019
2 parents b595529 + d092b66 commit eb809ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jenkins-x.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
buildPack: go
buildPackGitURL: https://github.com/jenkins-x-buildpacks/jenkins-x-classic.git

pipelineConfig:
pipelines:
release:
promote:
steps:
- command: jx step create pr go --name github.com/jenkins-x/go-scm --version \$(cat VERSION) --build "make build" --repo https://github.com/jenkins-x/lighthouse.git
name: update-lighthouse

0 comments on commit eb809ff

Please sign in to comment.