Skip to content

Commit

Permalink
Merge pull request #285 from paketo-buildpacks/ci-update-fail
Browse files Browse the repository at this point in the history
Fix failures with updating tomcat support dependencies
  • Loading branch information
dmikusa authored Nov 25, 2022
2 parents bcde3b2 + 50d465b commit 1e93d9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,18 @@ dependencies:
uri: https://repo.spring.io/release
group_id: org.cloudfoundry
artifact_id: tomcat-access-logging-support
version_regex: "^[\\d]+\\.[\\d]+\\.[\\d]+\\.RELEASE$"
- id: tomcat-lifecycle-support
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
with:
uri: https://repo.spring.io/release
group_id: org.cloudfoundry
artifact_id: tomcat-lifecycle-support
version_regex: "^[\\d]+\\.[\\d]+\\.[\\d]+\\.RELEASE$"
- id: tomcat-logging-support
uses: docker://ghcr.io/paketo-buildpacks/actions/maven-dependency:main
with:
uri: https://repo.spring.io/release
group_id: org.cloudfoundry
artifact_id: tomcat-logging-support
version_regex: "^[\\d]+\\.[\\d]+\\.[\\d]+\\.RELEASE$"
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
artifact_id: tomcat-access-logging-support
group_id: org.cloudfoundry
uri: https://repo.spring.io/release
version_regex: ^[\d]+\.[\d]+\.[\d]+\.RELEASE$
- name: Update Buildpack Dependency
id: buildpack
run: |-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pb-update-tomcat-lifecycle-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
artifact_id: tomcat-lifecycle-support
group_id: org.cloudfoundry
uri: https://repo.spring.io/release
version_regex: ^[\d]+\.[\d]+\.[\d]+\.RELEASE$
- name: Update Buildpack Dependency
id: buildpack
run: |-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pb-update-tomcat-logging-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
artifact_id: tomcat-logging-support
group_id: org.cloudfoundry
uri: https://repo.spring.io/release
version_regex: ^[\d]+\.[\d]+\.[\d]+\.RELEASE$
- name: Update Buildpack Dependency
id: buildpack
run: |-
Expand Down

0 comments on commit 1e93d9d

Please sign in to comment.