-
Bug
-
Resolution: Done
-
Critical
-
None
-
2.11.1 GA
-
None
-
2
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
3scale-doc-2021-11-01, 3scale-doc-2021-11-22
In section 11.2 Building the system image, it says:
git clone --branch 2.11.GA https://github.com/3scale/3scale-amp-openshift-templates.git
When I try it, it fails
❯ git clone --branch 2.11.GA https://github.com/3scale/3scale-amp-openshift-templates.git Cloning into '3scale-amp-openshift-templates'... fatal: Remote branch 2.11.GA not found in upstream origin
It should be
git clone --branch 2.11-stable https://github.com/3scale/3scale-amp-openshift-templates.git