From: Petr Štetiar Date: Mon, 12 Oct 2020 05:22:10 +0000 (+0200) Subject: ci: remove superfluous before_script X-Git-Url: http://git.openwrt.org/source?a=commitdiff_plain;h=HEAD;p=web%2Ffirmware-selector-openwrt-org.git ci: remove superfluous before_script The same commands are already inherited from parent job definition. Signed-off-by: Petr Štetiar --- 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