Files
holos/scripts/delete-branches
Jeff McCune efd60fbef5 add delete branches script
We need to delete the branches, otherwise Kargo doesn't actually do
anything or make a new commit when we reset the cluster and apply the
manifests again.
2024-12-18 13:31:11 -08:00

9 lines
375 B
Bash
Executable File

#! /bin/bash
git push origin :project/podinfo/component/dev-podinfo
git push origin :project/podinfo/component/test-podinfo
git push origin :project/podinfo/component/uat-podinfo
git push origin :project/podinfo/component/prod-us-east-podinfo
git push origin :project/podinfo/component/prod-us-central-podinfo
git push origin :project/podinfo/component/prod-us-west-podinfo