Skip to content

Commit

Permalink
Set pipeline to self-fly
Browse files Browse the repository at this point in the history
  • Loading branch information
cweibel committed May 28, 2024
1 parent d749e1d commit 29d5626
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
# Deploy Development

jobs:

- name: set-self
plan:
- get: autoscaler-manifests
resource: autoscaler-manifests
trigger: true
- set_pipeline: self
file: autoscaler-manifests/ci/pipeline.yml
- name: deploy-app-autoscaler-development
serial: true
serial_groups: [development]
Expand All @@ -19,6 +27,7 @@ jobs:
- get: autoscaler-manifests
resource: autoscaler-manifests
trigger: true
passed: [set-self]
- get: terraform-yaml
resource: terraform-yaml-development
trigger: true
Expand Down

0 comments on commit 29d5626

Please sign in to comment.