Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
main
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
zoe
main
Commits
886470bd
Commit
886470bd
authored
May 23, 2016
by
Daniele Venzano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a substitution variable for the index of services
parent
6815fb93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
platform_manager.py
zoe_master/platform_manager.py
+2
-1
No files found.
zoe_master/platform_manager.py
View file @
886470bd
...
...
@@ -98,7 +98,8 @@ class PlatformManager:
subst_dict
=
{
"execution_name"
:
execution
.
name
,
'user_name'
:
execution
.
owner
.
name
,
'deployment_name'
:
get_conf
()
.
deployment_name
'deployment_name'
:
get_conf
()
.
deployment_name
,
'index'
:
counter
}
for
env_name
,
env_value
in
service_description
.
environment
:
try
:
...
...
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