Skip to content

Commit

Permalink
fix: add dummy PR pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Mar 3, 2020
1 parent 0e7dcd7 commit 3dad0c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
buildPack: none
pipelineConfig:
pipelines:
pullRequest:
pipeline:
agent:
image: gcr.io/jenkinsxio/builder-go
stages:
- name: release
steps:
- command: echo dummy step
dir: /workspace/source
name: dummy
release:
pipeline:
agent:
Expand Down

0 comments on commit 3dad0c8

Please sign in to comment.