Skip to content

Commit

Permalink
Use standard configure script
Browse files Browse the repository at this point in the history
The automation that set the pipeline previously no longer exists.

Co-authored-by: Aram Price <[email protected]>
  • Loading branch information
selzoc and aramprice committed Sep 11, 2024
1 parent 344b172 commit c9d1e31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ci/configure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -euo pipefail

fly -t bosh-ecosystem set-pipeline \
-p bbr-cli \
-c <(ytt -f ci/pipeline.yml --data-values-file ci/pipeline-values.yml)
5 changes: 0 additions & 5 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
#! WARNING: this pipeline is automatically set and manual changes will go away.
#!
#! To set the pipeline manually run:
#! fly -t bosh-ecosystem set-pipeline -p bbr-cli -c <(ytt -f ci/pipeline.yml --data-values-file ci/pipeline-values.yml)

#@ load("@ytt:data", "data")


Expand Down

0 comments on commit c9d1e31

Please sign in to comment.