We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0419a75 commit 19a0d7aCopy full SHA for 19a0d7a
1 file changed
ci/pipeline.yml
@@ -1,5 +1,13 @@
1
---
2
jobs:
3
+
4
+- name: set-self
5
+ plan:
6
+ - get: concourse-config
7
+ trigger: true
8
+ - set_pipeline: self
9
+ file: concourse-config/ci/pipeline.yml
10
11
- name: deploy-concourse-staging
12
serial: true
13
serial_groups: [staging]
@@ -73,6 +81,7 @@ jobs:
73
81
trigger: true
74
82
- get: concourse-config
75
83
84
+ passed: [set-self]
76
85
- get: terraform-yaml
77
86
- get: concourse-stemcell-jammy
78
87
@@ -466,6 +475,7 @@ resource_types:
466
475
groups:
467
476
- name: all
468
477
478
+ - set-self
469
479
- plan-concourse-staging
470
480
- plan-concourse-production
471
481
- deploy-concourse-production
0 commit comments