From cc28f5926cf1b36782cc081eae3db4d8d99346fe Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Wed, 30 Oct 2024 11:44:50 -0700 Subject: [PATCH] Put git_revision tag back in --- content/modules/ROOT/pages/02-gitops-basics.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/modules/ROOT/pages/02-gitops-basics.adoc b/content/modules/ROOT/pages/02-gitops-basics.adoc index 4914bb5..e236cd5 100644 --- a/content/modules/ROOT/pages/02-gitops-basics.adoc +++ b/content/modules/ROOT/pages/02-gitops-basics.adoc @@ -75,7 +75,7 @@ make very small changes to some of the files for the examples: [.console-input] [source,bash,subs="attributes+,+macros"] ---- -git clone https://github.com/OpenShiftDemos/openshift-gitops-workshop ~/openshift-gitops-workshop +git clone -b {gitops_revision} --single-branch https://github.com/OpenShiftDemos/openshift-gitops-workshop ~/openshift-gitops-workshop ---- All of the example content will be located in: