summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-27 14:22:52 +0100
committerStefan Metzmacher <metze@samba.org>2019-04-12 19:41:25 +0000
commit24bc99e69984f7d926413f11ed5021422383c49e (patch)
treeca50bec014f4f31fc195f90d5e2b1543ea54fc7a /.gitlab-ci.yml
parent58314d71ea63e36d5f1bbd2c3e190b1edffee726 (diff)
downloadsamba-24bc99e69984f7d926413f11ed5021422383c49e.tar.gz
.gitlab-ci.yml: remove before_script section of .private_template
It's already inherited from .shared_template. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcd456f59af..4ae00a80433 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,12 +119,6 @@ samba-ad-dc-ntvfs:
tags:
- docker
- private
- before_script:
- - uname -a
- - lsb_release -a
- - mount
- - df -h
- - free -h
only:
variables:
# These jobs are only run if the gitlab repo has private runners available.