Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2021-04-08 13:04:28 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-04-08 13:04:28 +0300
commit73431a2e059e6fdcb0ef035f06ba81f4051a56e8 (patch)
tree10b498ab568c1fd1881a5775916f672b515913a5 /.gitlab-ci.yml
parent0a839748d9eb079563e371988895ecc3b8b85d38 (diff)
Remove apk add that isn't needed
Parallel is already installed on the docker image
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b326966..1708bec3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -234,7 +234,6 @@ test_internal_links_and_anchors:
- .cache_gem
stage: test
script:
- - apk add parallel
- "parallel time bundle exec nanoc check ::: internal_links internal_anchors"
#