diff options
| author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 08:15:38 +0000 |
|---|---|---|
| committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-12 08:15:38 +0000 |
| commit | 143872fa52dfc37396e2ede946f1fe7fa9a8d20c (patch) | |
| tree | 792eae236b701e2ab5f8ed5ffb10dd9630b4414a /doc/ci/examples | |
| parent | 2b4521c1657bf5623617c16d07a682a28dcb3bb4 (diff) | |
| download | gitlab-ce-143872fa52dfc37396e2ede946f1fe7fa9a8d20c.tar.gz | |
Remove trailing whitespace in docs
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
Diffstat (limited to 'doc/ci/examples')
| -rw-r--r-- | doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md | 4 | ||||
| -rw-r--r-- | doc/ci/examples/php.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md index 538843ab8dc..1d4c9221cf2 100644 --- a/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md +++ b/doc/ci/examples/deploy_spring_boot_to_cloud_foundry/index.md @@ -79,10 +79,10 @@ image: java:8 stages: - build - deploy - + before_script: - chmod +x mvnw - + build: stage: build script: ./mvnw package diff --git a/doc/ci/examples/php.md b/doc/ci/examples/php.md index 0b9e9e93e55..1dd3049d53d 100644 --- a/doc/ci/examples/php.md +++ b/doc/ci/examples/php.md @@ -6,7 +6,7 @@ type: tutorial This guide covers basic building instructions for PHP projects. -Two testing scenarios are covered: using the Docker executor and +Two testing scenarios are covered: using the Docker executor and using the Shell executor. ## Test PHP projects using the Docker executor |
