enforce short SHAs throughout build pipeline

This commit is contained in:
Jimmy Zelinskie 2015-04-22 13:22:04 -04:00
parent 133ed7190e
commit 9703850e8f
5 changed files with 21 additions and 5 deletions

View file

@ -81,6 +81,7 @@
</span>
<input type="url" class="form-control" ng-model="currentConfig[field.name]" ng-switch-when="url" required>
<input type="text" class="form-control" ng-model="currentConfig[field.name]" ng-switch-when="string" required>
<!-- TODO(jschorr): unify the ability to create an input box with all the usual features -->
<div ng-switch-when="regex">
<input type="text" class="form-control" ng-model="currentConfig[field.name]"
ng-pattern="getPattern(field)"