Skip to content

Commit

Permalink
Merge pull request #258 from camptocamp/make-exaples-clean-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan authored Oct 21, 2024
2 parents 951399a + e3c2543 commit aeebd82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ examples-clean:
rm -f examples/jdbc/charts/*.tgz
rm -f examples/pgconfig-acl/charts/*.tgz
rm -f examples/pgconfig-wms-hpa/charts/*.tgz
${HELM} uninstall gs-cloud-common || /bin/true
${HELM} uninstall gs-cloud-datadir || /bin/true
${HELM} uninstall gs-cloud-statefulset || /bin/true
${HELM} uninstall gs-cloud-jdbc || /bin/true
${HELM} uninstall gs-cloud-pgconfig-acl || /bin/true
${HELM} uninstall gs-cloud-pgconfig-wms-hpa || /bin/true
${HELM} uninstall gs-cloud-common || true
${HELM} uninstall gs-cloud-datadir || true
${HELM} uninstall gs-cloud-statefulset || true
${HELM} uninstall gs-cloud-jdbc || true
${HELM} uninstall gs-cloud-pgconfig-acl || true
${HELM} uninstall gs-cloud-pgconfig-wms-hpa || true


.PHONY: dependencies
Expand Down

0 comments on commit aeebd82

Please sign in to comment.