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 #590

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: actions/checkout@v3
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v4
- name: Run check code
run: nix develop -c make check-code
4 changes: 2 additions & 2 deletions .github/workflows/vendor/rust-check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: actions/checkout@v3
uses: DeterminateSystems/magic-nix-cache-action@v8
- uses: actions/checkout@v4
- name: Run check code
run: nix develop -c make check-code
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: check-code executable'
sha: cfd07211efb7ef9c986020d1d24069c820fd1717
commitTitle: 'fix: repo path'
sha: e5c633617958cca41982ea16c231aa78fc6122cd
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'fix: check-code executable'
sha: cfd07211efb7ef9c986020d1d24069c820fd1717
commitTitle: 'fix: repo path'
sha: e5c633617958cca41982ea16c231aa78fc6122cd
path: .
path: vendor
kind: LockConfig
8 changes: 4 additions & 4 deletions ci/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ directories:
contents:
- path: . # Copy this folder out to ..
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: cfd07211efb7ef9c986020d1d24069c820fd1717
url: https://github.com/GaloyMoney/galoy-concourse-shared.git
ref: e5c633617958cca41982ea16c231aa78fc6122cd
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -19,8 +19,8 @@ directories:
contents:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: cfd07211efb7ef9c986020d1d24069c820fd1717
url: https://github.com/GaloyMoney/galoy-concourse-shared.git
ref: e5c633617958cca41982ea16c231aa78fc6122cd
includePaths:
- shared/ci/**/*
excludePaths:
Expand Down
4 changes: 2 additions & 2 deletions ci/vendor/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#@ load("@ytt:data", "data")

#@ def public_docker_registry():
#@ return "us.gcr.io/galoy-org"
#@ return "us.gcr.io/galoyorg"
#@ end

#@ def private_docker_registry():
#@ return "gcr.io/galoy-org"
#@ return "gcr.io/galoyorg"
#@ end

#@ def nodejs_concourse_image():
Expand Down
Loading