From a576b9c11674cb706e482e9b4f33a0d982144355 Mon Sep 17 00:00:00 2001 From: Ewa Marchaj <37512371+emarchaj@users.noreply.github.com> Date: Thu, 20 Aug 2020 20:28:30 +0200 Subject: [PATCH] Updated variable name, updated manifest file (#20) --- source/pages/pipelines/building_template.rst | 4 ++-- source/pages/quickstart.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/pages/pipelines/building_template.rst b/source/pages/pipelines/building_template.rst index 5760701..b44d825 100644 --- a/source/pages/pipelines/building_template.rst +++ b/source/pages/pipelines/building_template.rst @@ -113,8 +113,8 @@ Available variables Example value: ``VXBkYXRlICdSRUFETUUubWQnCg==`` -.. envvar:: ICECI_GIT_TAG_OR_BRANCH +.. envvar:: ICECI_GIT_EVENT_NAME - The name of the current git branch or tag - the value depends on which type of event triggered the build. + The name of the current git branch, tag or pr - the value depends on which type of event triggered the build. Example value: ``master`` diff --git a/source/pages/quickstart.rst b/source/pages/quickstart.rst index c741ffc..be8e1fd 100644 --- a/source/pages/quickstart.rst +++ b/source/pages/quickstart.rst @@ -44,13 +44,13 @@ You can use a handy all-in-one manifest to install IceCI. Applying it in your cl .. code-block:: bash kubectl apply -f https://raw.githubusercontent.com/IceCI/IceCI/master/manifests/crds.yaml - kubectl apply -f https://raw.githubusercontent.com/IceCI/IceCI/master/manifests/one-node.yaml + kubectl apply -f https://raw.githubusercontent.com/IceCI/IceCI/master/manifests/minikube.yaml Once all the applications are running, you're all ready to go. .. note:: - Apart from the one-node file, kustomize files for all components, and examples of setup can be found as separate files in the IceCI `GitHub repository `_ + Apart from the minikube file, kustomize files for all components, and examples of setup can be found as separate files in the IceCI `GitHub repository `_