From 82b57b1a6d5f9c589599e8a97d541d063e9c2c12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 12 Oct 2020 07:22:10 +0200 Subject: [PATCH] ci: remove superfluous before_script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The same commands are already inherited from parent job definition. Signed-off-by: Petr Å tetiar --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a981f3b..6daf467 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,7 +116,5 @@ deploy to firmware-selector.openwrt.org: variables: RSYNC_TARGET: firmware-selector-upload when: manual - before_script: - - apk update && apk add rsync only: - tags -- 2.30.2