mirror of
https://github.com/honestbee/drone-kubernetes.git
synced 2025-06-28 11:36:35 +00:00
adds bash flags
This commit is contained in:
parent
e264442450
commit
f546a27b4c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
if [ -z ${PLUGIN_NAMESPACE} ]; then
|
if [ -z ${PLUGIN_NAMESPACE} ]; then
|
||||||
PLUGIN_NAMESPACE="default"
|
PLUGIN_NAMESPACE="default"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue