Skip to content

Commit 943d99f

Browse files
committed
ci(shared): bump vendored ci files
1 parent 21046e5 commit 943d99f

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/workflows/check-code.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ jobs:
1818
uses: DeterminateSystems/magic-nix-cache-action@v2
1919
- uses: actions/checkout@v3
2020
- name: Run check code
21-
run: make check-code
2221
run: nix develop -c make check-code

.github/workflows/vendor/rust-check-code.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ jobs:
1818
uses: DeterminateSystems/magic-nix-cache-action@v2
1919
- uses: actions/checkout@v3
2020
- name: Run check code
21-
run: make check-code
2221
run: nix develop -c make check-code

ci/vendir.lock.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- git:
5-
commitTitle: 'chore: use nix for rust check-code (#52)'
6-
sha: a14ab78128be32e6e1d37f21def9a83351531bde
5+
commitTitle: 'fix: remove extra run field in rust-check-code.yml (#54)'
6+
sha: cf019b0824456877035b30561f519f7615e6901c
77
path: .
88
path: ../.github/workflows/vendor
99
- contents:
1010
- git:
11-
commitTitle: 'chore: use nix for rust check-code (#52)'
12-
sha: a14ab78128be32e6e1d37f21def9a83351531bde
11+
commitTitle: 'fix: remove extra run field in rust-check-code.yml (#54)'
12+
sha: cf019b0824456877035b30561f519f7615e6901c
1313
path: .
1414
path: vendor
1515
kind: LockConfig

ci/vendir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ directories:
88
- path: . # Copy this folder out to ..
99
git:
1010
url: https://github.com/GaloyMoney/concourse-shared.git
11-
ref: a14ab78128be32e6e1d37f21def9a83351531bde
11+
ref: cf019b0824456877035b30561f519f7615e6901c
1212
includePaths:
1313
- shared/actions/*
1414
excludePaths:
@@ -20,7 +20,7 @@ directories:
2020
- path: .
2121
git:
2222
url: https://github.com/GaloyMoney/concourse-shared.git
23-
ref: a14ab78128be32e6e1d37f21def9a83351531bde
23+
ref: cf019b0824456877035b30561f519f7615e6901c
2424
includePaths:
2525
- shared/ci/**/*
2626
excludePaths:

0 commit comments

Comments
 (0)