Merge pull request #1207 from paulfantom/rm-hack

hack: remove unused directory
This commit is contained in:
Damien Grisonnet
2021-06-15 11:07:38 +02:00
committed by GitHub
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