1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Added new encrypted variable referencing the new QA server to travis config

This commit is contained in:
Juan Carlos González Cabrero
2016-03-09 14:01:41 +01:00
committed by David A. Velasco
parent 6c90e79c53
commit 3fd4e3b898
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -15,6 +15,20 @@
</then>
</if>
<!-- Replace OC server URL 2 if set in environment -->
<if>
<condition>
<isset property="env.OCTEST_SERVER_BASE_URL_2" />
</condition>
<then>
<replaceregexp
file="res/values/setup.xml"
match='("server_base_url_2"&gt;)\s*(&lt;)'
replace="\1${env.OCTEST_SERVER_BASE_URL_2}\2"
byline="true" />
</then>
</if>
<!-- Replace test username if set in environment -->
<if>
<condition>