Commit feae0f42 authored by Valery Sizov's avatar Valery Sizov

resolve doc/ci/variables/where_variables_can_be_used.md

parent c985c76b
...@@ -111,7 +111,6 @@ They are: ...@@ -111,7 +111,6 @@ They are:
- **not supported:** - **not supported:**
- by the definitions [described in the table](#gitlab-ci-yml-file) where the "Expansion place" is "GitLab" - by the definitions [described in the table](#gitlab-ci-yml-file) where the "Expansion place" is "GitLab"
- in the `only` and `except` [variables expressions](README.md#variables-expressions) - in the `only` and `except` [variables expressions](README.md#variables-expressions)
<<<<<<< HEAD
## Secret variables with an environment scope ## Secret variables with an environment scope
...@@ -131,5 +130,3 @@ my-job: ...@@ -131,5 +130,3 @@ my-job:
variables: variables:
- $STAGING_SECRET == 'something' - $STAGING_SECRET == 'something'
``` ```
=======
>>>>>>> upstream/master
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment