💾 Archived View for source.community › jeffdecola › my-go-tools › raw › develop › ci › destroy-pipel… captured on 2023-07-10 at 13:44:42.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

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