diff --git a/ci/vendir.lock.yml b/ci/vendir.lock.yml index eaf214a4..b1405843 100644 --- a/ci/vendir.lock.yml +++ b/ci/vendir.lock.yml @@ -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 diff --git a/ci/vendir.yml b/ci/vendir.yml index 03e0e8aa..58a7bad9 100644 --- a/ci/vendir.yml +++ b/ci/vendir.yml @@ -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: @@ -20,7 +20,7 @@ directories: - path: . git: url: https://github.com/GaloyMoney/concourse-shared.git - ref: cf019b0824456877035b30561f519f7615e6901c + ref: e186c637e85c89d59f52c3a7ac5a3f23b25b5331 includePaths: - shared/ci/**/* excludePaths: diff --git a/ci/vendor/tasks/rust-check-code.sh b/ci/vendor/tasks/rust-check-code.sh index 2dcd1948..c44b5e0e 100755 --- a/ci/vendor/tasks/rust-check-code.sh +++ b/ci/vendor/tasks/rust-check-code.sh @@ -7,4 +7,4 @@ set -eu pushd repo -nix develop -c make check-code +make check-code