Skip to content

Commit d955f2f

Browse files
committed
[ci] Tuning ci pipeline for vault testing
1 parent d77022c commit d955f2f

File tree

3 files changed

+414
-414
lines changed

3 files changed

+414
-414
lines changed

ci/pipeline/jobs/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jobs:
55
plan:
66
- in_parallel:
77
steps:
8-
- { get: github-vault-13, trigger: true }
9-
- { get: build, passed: [build], trigger: true }
8+
- { get: github-vault-1.13, trigger: true}
9+
- { get: build, passed: [build], trigger: true, params: {unpack: true}}
1010
- { get: version, passed: [build]}
1111
- { get: git, passed: [build]}
1212
- { get: git-ci}
1313
- load_var: vault_version
14-
file: github-vault-13/version
14+
file: github-vault-1.13/version
1515
format: trim
1616
reveal: true
1717
- task: test

ci/pipeline/resources/github-vault-13.yml renamed to ci/pipeline/resources/github-vault-1.13.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resources:
2-
- name: github-vault-13
2+
- name: github-vault-1.13
33
type: github-release
44
check_every: 1h
55
source:

0 commit comments

Comments
 (0)