Skip to content

Commit

Permalink
Merge pull request #4 from disposab1e/release-0.0.1
Browse files Browse the repository at this point in the history
Release 0.0.1
  • Loading branch information
disposab1e committed May 18, 2020
2 parents 27b56b9 + 79e8439 commit 48729ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/scripts/test/ocp/sealed-secrets-uninstall
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/usr/bin/env bash
set -e

if [ "$DISTRIBUTION" == "ocp3" ]; then
eval $(minishift oc-env)
else
eval $(crc oc-env)
fi

echo "======================================================"
echo "Uninstall Sealed Secrets"
echo "======================================================"
Expand Down

0 comments on commit 48729ad

Please sign in to comment.