Skip to content

Commit

Permalink
adding testing data
Browse files Browse the repository at this point in the history
  • Loading branch information
WianVos committed Jul 19, 2016
1 parent 2d24a3b commit 1368236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/XLRProfile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ def handle_phase(self, phaseSettings, local_settings, release):
localPhaseDict = self.resolve_settings(phaseSettings, local_settings)



# create the phase
if localPhaseDict.has_key('title'):
self.get_target_phase(localPhaseDict['title'], release)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/synthetic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<property name="tag" required="true" label="tag to ad to the release" kind="string" category="input"/>
</type>
<type type="rel.loadTemplateProfile" extends="rel.ProfileTask">
<property name="scriptLocation" default="rel/loadTemplateProfile.py" category="input" hidden="true"/>
<property name="scriptLocation" default="rel/LoadTemplateProfile.py" category="input" hidden="true"/>
<property name="profile_url" kind="string" required="false" hidden="false" category="input"/>
<property name="profile" label="inline profile to load" required="false" category="input" size="large"/>
</type>
Expand Down

0 comments on commit 1368236

Please sign in to comment.