mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
9 lines
104 B
Bash
9 lines
104 B
Bash
OPTION_A='1'
|
|
OPTION_B='2'
|
|
OPTION_C=''
|
|
OPTION_D='\n'
|
|
OPTION_E="1"
|
|
OPTION_F="2"
|
|
OPTION_G=""
|
|
OPTION_H="\n"
|