Skip to content
Snippets Groups Projects
Unverified Commit 253a8ff2 authored by paulfantom's avatar paulfantom
Browse files

hack: remove unused directory

parent 2afbb72a
No related branches found
No related tags found
No related merge requests found
#!/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
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment