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

Commit

Permalink
ci(shared): bump vendored ci files (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot authored Jul 26, 2022
1 parent 5a98d31 commit 0369561
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix: again bump image commit'
sha: 45c4ba4749438b61ae00157371cb0648eb681ee6
commitTitle: 'fix: path to charts pr scripts'
sha: 75a8a54909ac0a2f74e9ee8f2779ab57a91ebb10
path: .
path: vendor
kind: LockConfig
2 changes: 1 addition & 1 deletion ci/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: 45c4ba4749438b61ae00157371cb0648eb681ee6
ref: 75a8a54909ac0a2f74e9ee8f2779ab57a91ebb10
includePaths:
- shared/**/*
newRootPath: shared
4 changes: 2 additions & 2 deletions ci/vendor/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ plan:
BRANCH: #@ data.values.git_charts_branch
CHARTS_SUBDIR: #@ data.values.gh_repository
run:
path: pipeline-tasks/ci/tasks/bump-image-digest.sh
path: pipeline-tasks/ci/vendor/tasks/bump-image-digest.sh
- put: charts-repo-bot-branch
params:
repository: charts-repo
Expand All @@ -270,7 +270,7 @@ plan:
BOT_BRANCH: #@ data.values.git_charts_bot_branch
CHARTS_SUBDIR: #@ data.values.gh_repository
run:
path: pipeline-tasks/ci/tasks/open-charts-pr.sh
path: pipeline-tasks/ci/vendor/tasks/open-charts-pr.sh
#@ end

#@ def repo_resource():
Expand Down

0 comments on commit 0369561

Please sign in to comment.