#!/bin/bash # my-go-tools destroy-pipeline.sh echo " " echo "Destroy pipeline on target jeffs-ci-target which is team jeffs-ci-team" fly --target jeffs-ci-target \ destroy-pipeline \ --pipeline my-go-tools echo " "