Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

ci(shared): bump vendored ci files #555

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ci/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix: edge image resource repo (#38)'
sha: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
commitTitle: 'fix: add repo input to open chart pr task (#39)'
sha: 64581226f53d8bfcca1f96eec1d5e76318f859d9
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'fix: edge image resource repo (#38)'
sha: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
commitTitle: 'fix: add repo input to open chart pr task (#39)'
sha: 64581226f53d8bfcca1f96eec1d5e76318f859d9
path: .
path: ./vendor
kind: LockConfig
4 changes: 2 additions & 2 deletions ci/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ directories:
- path: . # Copy this folder out to ..
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
ref: 64581226f53d8bfcca1f96eec1d5e76318f859d9
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -20,7 +20,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
ref: 64581226f53d8bfcca1f96eec1d5e76318f859d9
includePaths:
- shared/ci/**/*
excludePaths:
Expand Down
1 change: 1 addition & 0 deletions ci/vendor/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ plan:
platform: linux
image_resource: #@ nodejs_task_image_config()
inputs:
- name: repo
- name: pipeline-tasks
- name: edge-image
- name: charts-repo
Expand Down
Loading