[19.02.20] Messed up path for script
This commit is contained in:
parent
e84755b4af
commit
d85c9af509
@ -10,5 +10,5 @@ sh "sed -i 's/IMAGE/${APPLICATION_NAME}:${APPLICATION_VERSION}/g' configuration/
|
|||||||
sh "sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/deployment.yaml"
|
sh "sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/deployment.yaml"
|
||||||
sh "sed -i 's/LABEL/${APPLICATION_LABEL}/g' configuration/kubernetes/deployment.yaml"
|
sh "sed -i 's/LABEL/${APPLICATION_LABEL}/g' configuration/kubernetes/deployment.yaml"
|
||||||
|
|
||||||
sh "sed -it 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/service.yaml"
|
sh "sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/service.yaml"
|
||||||
sh "sed -it 's/LABEL/${APPLICATION_LABEL}/g' configuration/kubernetes/service.yaml"
|
sh "sed -i 's/LABEL/${APPLICATION_LABEL}/g' configuration/kubernetes/service.yaml"
|
||||||
Loading…
x
Reference in New Issue
Block a user