summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-08 12:42:03 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-08 12:42:03 +0000
commita5ca102aa1440150717a470059f707d5e5842782 (patch)
treecb4ec1aa261308a4ddd94e91a595e99231a642c7
parent6d7b9cf210d72df5ba2da757b51d4c3cb31081dd (diff)
parent47c08e9400dc861a8dd229c29b604422f48fee16 (diff)
downloadgitlab-ce-a5ca102aa1440150717a470059f707d5e5842782.tar.gz
Merge branch 'docs/update-variables-image' into 'master'
Replace old "secret variables" image for variables with new "variables" image See merge request gitlab-org/gitlab-ce!22184
-rw-r--r--doc/ci/variables/README.md2
-rw-r--r--doc/ci/variables/img/secret_variables.pngbin32886 -> 0 bytes
-rw-r--r--doc/ci/variables/img/variables.pngbin0 -> 116263 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 93e7ca7bd89..2d23bf6d2fd 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -197,7 +197,7 @@ Likewise, group-level variables can be added by going to your group's
**Settings > CI/CD**, then finding the section called **Variables**.
Any variables of [subgroups] will be inherited recursively.
-![Variables](img/secret_variables.png)
+![Variables](img/variables.png)
Once you set them, they will be available for all subsequent pipelines. You can also
[protect your variables](#protected-variables).
diff --git a/doc/ci/variables/img/secret_variables.png b/doc/ci/variables/img/secret_variables.png
deleted file mode 100644
index 3c1aa361dc2..00000000000
--- a/doc/ci/variables/img/secret_variables.png
+++ /dev/null
Binary files differ
diff --git a/doc/ci/variables/img/variables.png b/doc/ci/variables/img/variables.png
new file mode 100644
index 00000000000..d2dc99bbac0
--- /dev/null
+++ b/doc/ci/variables/img/variables.png
Binary files differ