.gitlab-ci.yml: remove before_script section of .private_template
authorStefan Metzmacher <metze@samba.org>
Wed, 27 Feb 2019 13:22:52 +0000 (14:22 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Mar 2019 14:41:59 +0000 (15:41 +0100)
It's already inherited from .shared_template.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
.gitlab-ci.yml

index 1e836c6f28defd7c039d7812b7b8865191ab5346..73f26bf6182c90070e53270b43ed385255dbda7e 100644 (file)
@@ -116,12 +116,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.