1
0
Fork 0
mirror of https://github.com/honestbee/drone-kubernetes.git synced 2025-05-13 08:13:18 +00:00

adds bash flags

This commit is contained in:
hashfyre 2017-12-11 15:40:44 +05:30
parent e264442450
commit f546a27b4c

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail
if [ -z ${PLUGIN_NAMESPACE} ]; then
PLUGIN_NAMESPACE="default"