Skip to content

Commit

Permalink
Update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 6, 2023
1 parent 458bd3b commit 4fdd565
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,20 @@ resource_types:
source:
repository: springio/artifactory-resource
tag: "0.0.18"
username: ((docker-hub-username))
password: ((docker-hub-password))
- name: pull-request
type: registry-image
source:
repository: teliaoss/github-pr-resource
username: ((docker-hub-username))
password: ((docker-hub-password))
- name: slack-notification
type: registry-image
source:
repository: cfcommunity/slack-notification-resource
tag: latest
username: ((docker-hub-username))
password: ((docker-hub-password))
resources:
- name: git-repo
type: git
Expand Down

0 comments on commit 4fdd565

Please sign in to comment.