Skip to content

Commit

Permalink
fix: after tekton upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Mar 22, 2023
1 parent 4e02e89 commit 9c8d8d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ spec:
image: uses:jenkins-x/jx3-pipeline-catalog/tasks/go-plugin/pullrequest.yaml@versionStream
name: ""
resources:
requests:
cpu: 400m
memory: 600Mi
limit: {}
workingDir: /workspace/source
steps:
- image: uses:jenkins-x/jx3-pipeline-catalog/tasks/git-clone/git-clone-pr.yaml@versionStream
name: ""
resources: {}
- name: jx-variables
resources: {}
resources:
requests:
cpu: 400m
memory: 600Mi
- name: build-make-linux
resources: {}
- name: build-make-test
Expand Down

0 comments on commit 9c8d8d4

Please sign in to comment.