Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vendor/nodejs-check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
Expand Down
10 changes: 4 additions & 6 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/blinkbitcoin/concourse-shared.git
ref: 69c2178d534207d8141a4f29ddea80326e5220f1
ref: 8abc39e9e056b79b774007e6fadc40ca5d92c2e5
includePaths:
- shared/actions/*
excludePaths:
Expand All @@ -21,7 +21,7 @@ directories:
- path: .
git:
url: https://github.com/blinkbitcoin/concourse-shared.git
ref: 69c2178d534207d8141a4f29ddea80326e5220f1
ref: 8abc39e9e056b79b774007e6fadc40ca5d92c2e5
includePaths:
- shared/ci/**/*
excludePaths:
Expand All @@ -33,14 +33,12 @@ directories:
contents:
- path: .
git:
url: https://github.com/blinkbitcoin/concourse-shared
ref: 69c2178d534207d8141a4f29ddea80326e5220f1
url: https://github.com/blinkbitcoin/concourse-shared.git
ref: 8abc39e9e056b79b774007e6fadc40ca5d92c2e5
includePaths:
- shared/bin/**/*
excludePaths:
- shared/bin/**/rust-*
- shared/bin/**/tofu-*
newRootPath: shared/bin



3 changes: 2 additions & 1 deletion ci/vendor/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ plan:
- { get: pipeline-tasks }
- task: #@ container
attempts: 2
timeout: 12m
timeout: 20m
tags: ["galoy-staging"]
config:
platform: linux
Expand Down Expand Up @@ -200,6 +200,7 @@ on_failure: #@ slack_failure_notification()
#@ params["SSH_PRIVATE_KEY"] = "((staging-ssh.ssh_private_key))"
#@ params["SSH_PUB_KEY"] = "((staging-ssh.ssh_public_key))"
#@ params["CMD"] = cmd
#@ params["PARAMS_KEYS"] = " ".join(additional_params.keys())
name: #@ name
serial: true
plan:
Expand Down
Loading