From: Andrew Bartlett Date: Fri, 11 Sep 2020 00:40:09 +0000 (+1200) Subject: .gitlab-ci.yml: Remove echo of (incorrect due previous commit) command X-Git-Tag: talloc-2.3.2~372 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5b236d41767c066a1380c398cbca7bb1f1ef2ba;p=thirdparty%2Fsamba.git .gitlab-ci.yml: Remove echo of (incorrect due previous commit) command The command is now echoed by the gitlab interface now anyway, so avoid having to keep these in sync. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b622396609b..7555582e005 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,6 @@ include: script: # gitlab predefines CI_JOB_NAME for each job. The gitlab job usually matches the # autobuild name, which means we can define a default template that runs most autobuild jobs - - echo "Running cmd script/autobuild.py $AUTOBUILD_JOB_NAME $SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase" - script/autobuild.py $AUTOBUILD_JOB_NAME $SAMBA_CI_AUTOBUILD_ENABLE_COVERAGE --verbose --nocleanup --keeplogs --tail --full-testbase /tmp/samba-testbase # Ensure when adding a new job below that you also add it to