diff options
Diffstat (limited to '.gitlab-ci-private.yml')
-rw-r--r-- | .gitlab-ci-private.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml index 3a1e982d93d..6956e712425 100644 --- a/.gitlab-ci-private.yml +++ b/.gitlab-ci-private.yml @@ -32,8 +32,3 @@ build_samba_ad_dc: # this one takes about 1 hours to finish - python script/autobuild.py samba-ad-dc --verbose --tail --testbase /tmp/samba-testbase -build_samba_ad_dc_2: - <<: *private_template - script: - # this one takes about 1 hours to finish - - python script/autobuild.py samba-ad-dc-2 --verbose --tail --testbase /tmp/samba-testbase |