From 73983907090ae7081b3eb599f6aca6ee4e64f99a Mon Sep 17 00:00:00 2001 From: Dusty Humphries Date: Thu, 16 Aug 2018 08:05:56 -0400 Subject: [PATCH] Change source branch ref back to master --- s2i-play/applier/templates/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2i-play/applier/templates/build.yml b/s2i-play/applier/templates/build.yml index 1656d93e3..64ac486ba 100644 --- a/s2i-play/applier/templates/build.yml +++ b/s2i-play/applier/templates/build.yml @@ -99,7 +99,7 @@ parameters: displayName: Play builder source branch/tag reference. name: PLAY_BUILDER_SOURCE_REPOSITORY_REF required: false - value: atomic + value: master - description: Path within Git project to build containing the Play Framework builder; empty for root project directory. displayName: Play builder context directory.