1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

.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>
This commit is contained in:
Stefan Metzmacher 2019-02-27 14:22:52 +01:00
parent 58314d71ea
commit 24bc99e699

View File

@ -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.