Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
container-manager
Commits
52ec5438
Commit
52ec5438
authored
Nov 22, 2018
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
remove analytics from path of source, to mirror actual usage
parent
fc723508
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy.sh
View file @
52ec5438
...
...
@@ -453,7 +453,7 @@ EOF
cat
>>
$targetF
<<
EOF
- name: app-source
hostPath:
path: "
$nomadRoot
/servers/
$target_hostname
/
analytics/
service-dumper"
path: "
$nomadRoot
/servers/
$target_hostname
/service-dumper"
EOF
fi
fi
...
...
@@ -582,7 +582,7 @@ EOF
cat
>>
$targetF
<<
EOF
- name: app-source
hostPath:
path: "
$nomadRoot
/servers/
$target_hostname
/
analytics/
$imageType
"
path: "
$nomadRoot
/servers/
$target_hostname
/
$imageType
-manager
"
EOF
fi
if
[
-n
"
$secretWebCerts
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment