From 5afac39fcdb1d245aab3a94b825ebadb99cdad72 Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sun, 1 Oct 2017 07:15:20 -0400 Subject: [PATCH] [FAB-6366] Add ci.properties file Now that fabric has multiple branches, there is a need to set branch specific properties for CI. This can be done through the use of properties files. This CR introduces the ci.properties file and sets the first property: GO_VER Change-Id: I3477553a9a4cfa6c4ce1ca7d4792a08ec9af8c0b Signed-off-by: Gari Singh --- ci.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 ci.properties diff --git a/ci.properties b/ci.properties new file mode 100644 index 00000000000..bc8e2b87920 --- /dev/null +++ b/ci.properties @@ -0,0 +1 @@ +GO_VER=1.7.5