aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-12 11:35:15 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-12 12:28:44 -0400
commit50b7bd243fdea1ae1ab3ee0c3304d9d39246581c (patch)
treea7e920b98b5c5fee84ef72ffe9c08e634cbacf24 /.gitlab-ci.yml
parentfe0e62ddc40a59d4f138d53840a2919e9aac7b4d (diff)
downloadtor-50b7bd243fdea1ae1ab3ee0c3304d9d39246581c.tar.gz
tor-50b7bd243fdea1ae1ab3ee0c3304d9d39246581c.zip
Try disabling "make all" when checking docs.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3959bba024..8ed615687b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,7 +111,6 @@ debian-distcheck:
script:
- ./scripts/ci/ci-driver.sh
-# TODO: it would be neat to disable the "make all" part of this one.
debian-docs:
image: debian:stable
<<: *debian-template
@@ -119,6 +118,7 @@ debian-docs:
DOXYGEN: "yes"
ASCIIDOC: "yes"
CHECK: "no"
+ RUN_STAGE_BUILD: "no"
script:
- ./scripts/ci/ci-driver.sh