From 4760ea33f5876eb2c006c35c2f8993418dbfdc1a Mon Sep 17 00:00:00 2001 From: Charlton Austin Date: Tue, 4 Apr 2017 14:51:54 -0400 Subject: [PATCH] fix(custom git trigger): fix subdir input ### Description of Changes custom git triggers were being created incorrectly this creates them correctly --- .gitignore | 1 + .../manage-trigger-custom-git.component.html | 24 +++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d5a2ef909..92c6f1dea 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ htmlcov .cache .npm-debug.log Dockerfile-e +build/ diff --git a/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html b/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html index a4bf31b72..5c554e73c 100644 --- a/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html +++ b/static/js/directives/ui/manage-trigger-custom-git/manage-trigger-custom-git.component.html @@ -26,13 +26,13 @@ + section-valid="$ctrl.config.context">

Select build context directory

Please select the build context directory under the git repository:
+ + + + +
+

Select dockerfile path

+ Please select the build context directory under the git repository: + +
+ +
+