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
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Nov 2, 2023
1 parent f200473 commit 3b4742f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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: 'ci: new metadata scheme (#36)'
sha: 3edfe7d25e5fe2162fd49b944dd0d512eeabd512
commitTitle: 'fix: edge image resource repo (#38)'
sha: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'ci: new metadata scheme (#36)'
sha: 3edfe7d25e5fe2162fd49b944dd0d512eeabd512
commitTitle: 'fix: edge image resource repo (#38)'
sha: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
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: 3edfe7d25e5fe2162fd49b944dd0d512eeabd512
ref: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -20,7 +20,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: 3edfe7d25e5fe2162fd49b944dd0d512eeabd512
ref: cb7ccce0f5b99eec23fbc5ce1cc0b753b58961e2
includePaths:
- shared/ci/**/*
excludePaths:
Expand Down
2 changes: 1 addition & 1 deletion ci/vendor/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ source:
tag: edge
username: #@ data.values.docker_registry_user
password: #@ data.values.docker_registry_password
repository: #@ public_docker_registry() if publicRepo else private_docker_registry() + "/" + data.values.gh_repository
repository: #@ public_docker_registry() + "/" + data.values.gh_repository if publicRepo else private_docker_registry() + "/" + data.values.gh_repository
#@ end

#@ def nodejs_deps_resource(webhook = False):
Expand Down

0 comments on commit 3b4742f

Please sign in to comment.