From f7427de608ffda60c86c49db5b7e0cb3d9f43f13 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Wed, 27 May 2020 11:09:49 -0400 Subject: [PATCH] Add RMR version control file The CI environment needs the RMR version in order to load and/or build some of the vetting envionments the RMR version needs to be supplied. This change supplies the version. Issue-ID: RICAPP-106 Signed-off-by: E. Scott Daniels Change-Id: I8b42844d25bad46c4dbc54827be1991b098a849d --- rmr-version.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rmr-version.yaml diff --git a/rmr-version.yaml b/rmr-version.yaml new file mode 100644 index 0000000..ceaf505 --- /dev/null +++ b/rmr-version.yaml @@ -0,0 +1,3 @@ +# Communicate to CI which version of RMR to install in the build/vet environment +--- +version: 4.0.5 -- 2.16.6