mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +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" />
|
||||
</condition>
|
||||
<then>
|
||||
<echo>Setting username ${env.OC_TEST_USERNAME}</echo>
|
||||
<echo>Setting username ${env.OCTEST_USERNAME}</echo>
|
||||
<replaceregexp
|
||||
file="res/values/setup.xml"
|
||||
match='("username">)\s*(<)'
|
||||
|
||||
Reference in New Issue
Block a user