Skip to content

Commit

Permalink
ci(shared): bump vendored ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Apr 26, 2024
1 parent 33a2743 commit 9f3af22
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run check code
run: make check-code
5 changes: 5 additions & 0 deletions .github/workflows/vendor/rust-check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run check code
run: make check-code
10 changes: 5 additions & 5 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: 'chore: use kaniko builder in shared build task (#50)'
sha: 3d1a7c11c7967952e84231e39aa5425ad704d93d
commitTitle: 'chore: add rust toolchain (#51)'
sha: 87fe9058ffc8df9b59c64d5be5f268e18c40abf2
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'chore: use kaniko builder in shared build task (#50)'
sha: 3d1a7c11c7967952e84231e39aa5425ad704d93d
commitTitle: 'chore: add rust toolchain (#51)'
sha: 87fe9058ffc8df9b59c64d5be5f268e18c40abf2
path: .
path: ./vendor
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: 3d1a7c11c7967952e84231e39aa5425ad704d93d
ref: 87fe9058ffc8df9b59c64d5be5f268e18c40abf2
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -20,7 +20,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: 3d1a7c11c7967952e84231e39aa5425ad704d93d
ref: 87fe9058ffc8df9b59c64d5be5f268e18c40abf2
includePaths:
- shared/ci/**/*
excludePaths:
Expand Down

0 comments on commit 9f3af22

Please sign in to comment.