Skip to content

Commit a576b9c

Browse files
authored
Updated variable name, updated manifest file (#20)
1 parent 7323bd1 commit a576b9c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/pages/pipelines/building_template.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Available variables
113113

114114
Example value: ``VXBkYXRlICdSRUFETUUubWQnCg==``
115115

116-
.. envvar:: ICECI_GIT_TAG_OR_BRANCH
116+
.. envvar:: ICECI_GIT_EVENT_NAME
117117

118-
The name of the current git branch or tag - the value depends on which type of event triggered the build.
118+
The name of the current git branch, tag or pr - the value depends on which type of event triggered the build.
119119

120120
Example value: ``master``

source/pages/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ You can use a handy all-in-one manifest to install IceCI. Applying it in your cl
4444
.. code-block:: bash
4545
4646
kubectl apply -f https://raw.githubusercontent.com/IceCI/IceCI/master/manifests/crds.yaml
47-
kubectl apply -f https://raw.githubusercontent.com/IceCI/IceCI/master/manifests/one-node.yaml
47+
kubectl apply -f https://raw.githubusercontent.com/IceCI/IceCI/master/manifests/minikube.yaml
4848
4949
Once all the applications are running, you're all ready to go.
5050

5151

5252
.. note::
53-
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 <https://github.com/IceCI/IceCI>`_
53+
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 <https://github.com/IceCI/IceCI>`_
5454

5555

5656

0 commit comments

Comments
 (0)