hack: remove unused directory

This commit is contained in:
paulfantom
2021-06-14 21:55:40 +02:00
parent 2afbb72a88
commit 253a8ff2d6
3 changed files with 0 additions and 18 deletions

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
# exit immediately when a command fails
set -e
# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
# error on unset variables
set -u
kubectl apply -f examples/example-app

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
# exit immediately when a command fails
set -e
# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
# error on unset variables
set -u
kubectl delete -f examples/example-app