mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Fixed typo in custom rules to log and validate use of encrypted variables in Travis
This commit is contained in:
parent
a8655239f0
commit
b84c375f3b
@ -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*(<)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user