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:
committed by
David A. Velasco
parent
6c90e79c53
commit
3fd4e3b898
@@ -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">)\s*(<)'
|
||||
replace="\1${env.OCTEST_SERVER_BASE_URL_2}\2"
|
||||
byline="true" />
|
||||
</then>
|
||||
</if>
|
||||
|
||||
<!-- Replace test username if set in environment -->
|
||||
<if>
|
||||
<condition>
|
||||
|
||||
Reference in New Issue
Block a user