New round of updates
Compare changes
+ 7
− 2
@@ -33,11 +33,11 @@ Alternatively, you can also use the `before_script` with the `--no-update` flag
@@ -33,11 +33,11 @@ Alternatively, you can also use the `before_script` with the `--no-update` flag
Add the module to the `require-dev` section of your module's `composer.json` file. It will be installed only when requested by developers and the CI process.
@@ -138,6 +138,11 @@ Most environment variables are created when the pipeline is first built, but the
@@ -138,6 +138,11 @@ Most environment variables are created when the pipeline is first built, but the
You can run pipelines from the GitLab UI by navigating to: `Build` > `Pipelines` > `Run pipeline`. When you do this, all the variables inherited from the templates will be presented in the form and you can override any value. These changes will take priority over any pre-defined value or value set in the `.gitlab-ci.yml` file.
You can run pipelines from the GitLab UI by navigating to: `Build` > `Pipelines` > `Run pipeline`. When you do this, all the variables inherited from the templates will be presented in the form and you can override any value. These changes will take priority over any pre-defined value or value set in the `.gitlab-ci.yml` file.