summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ci.template
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-10 18:43:53 +0100
committerThomas Haller <thaller@redhat.com>2020-11-10 19:43:55 +0100
commitb96d48efca870e15efda49bf935a7542b4b8037e (patch)
tree7cfd70c787f52b72ddf5f05f01af17561ca3d35f /.gitlab-ci/ci.template
parent129756a9c2bd89f10b2bc9a2b39d6c204d7d67fc (diff)
downloadNetworkManager-b96d48efca870e15efda49bf935a7542b4b8037e.tar.gz
gitlab-ci: fix building artifacts (pages) during gitlab-ci test
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r--.gitlab-ci/ci.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index e2291bf036..4b4060c0fb 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -42,6 +42,8 @@ variables:
{% endfor %}
.nm_artifacts:
+ variables:
+ NM_BUILD_TARBALL: 1
artifacts:
expire_in: 2 days
paths:
@@ -50,6 +52,8 @@ variables:
- NetworkManager-1*.src.rpm
.nm_artifacts_undo:
+ variables:
+ NM_BUILD_TARBALL: 0
artifacts:
paths: []