💾 Archived View for source.community › jeffdecola › my-go-tools › raw › develop › ci › destroy-pipel… captured on 2021-12-17 at 13:26:06.

View Raw

More Information

-=-=-=-=-=-=-

#!/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 " "