mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-21 21:33:08 +00:00
Fixed typo in custom rules to log and validate use of encrypted variables in Travis
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<isset property="env.OCTEST_USERNAME" />
|
<isset property="env.OCTEST_USERNAME" />
|
||||||
</condition>
|
</condition>
|
||||||
<then>
|
<then>
|
||||||
<echo>Setting username ${env.OC_TEST_USERNAME}</echo>
|
<echo>Setting username ${env.OCTEST_USERNAME}</echo>
|
||||||
<replaceregexp
|
<replaceregexp
|
||||||
file="res/values/setup.xml"
|
file="res/values/setup.xml"
|
||||||
match='("username">)\s*(<)'
|
match='("username">)\s*(<)'
|
||||||
|
|||||||
Reference in New Issue
Block a user