Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(shared): bump vendored ci files #538

Merged
merged 1 commit into from
Apr 30, 2024
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: remove extra run field in rust-check-code.yml (#54)'
sha: cf019b0824456877035b30561f519f7615e6901c
commitTitle: 'fix: remove nix command from check-code (#55)'
sha: e186c637e85c89d59f52c3a7ac5a3f23b25b5331
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'fix: remove extra run field in rust-check-code.yml (#54)'
sha: cf019b0824456877035b30561f519f7615e6901c
commitTitle: 'fix: remove nix command from check-code (#55)'
sha: e186c637e85c89d59f52c3a7ac5a3f23b25b5331
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: cf019b0824456877035b30561f519f7615e6901c
ref: e186c637e85c89d59f52c3a7ac5a3f23b25b5331
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -20,7 +20,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: cf019b0824456877035b30561f519f7615e6901c
ref: e186c637e85c89d59f52c3a7ac5a3f23b25b5331
includePaths:
- shared/ci/**/*
excludePaths:
Expand Down
2 changes: 1 addition & 1 deletion ci/vendor/tasks/rust-check-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -eu

pushd repo

nix develop -c make check-code
make check-code
Loading