|
@@ -55,7 +55,7 @@ def deployGenerate(filename,url):
|
|
def deployYamlCreate():
|
|
def deployYamlCreate():
|
|
tmpctl = '''
|
|
tmpctl = '''
|
|
config=`env|grep JNLP`
|
|
config=`env|grep JNLP`
|
|
- template=`cat ./deploy-tmp.yaml`
|
|
|
|
|
|
+ template=`cat ./deployment.yaml`
|
|
printf "$config\ncat << EOF\n$template\nEOF" | bash > ./deploy.yaml
|
|
printf "$config\ncat << EOF\n$template\nEOF" | bash > ./deploy.yaml
|
|
'''
|
|
'''
|
|
f1 = open("tempshell.sh","w")
|
|
f1 = open("tempshell.sh","w")
|