From 25853375d94c0499231528e4fc5f352827a14637 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sun, 12 Jan 2020 06:03:03 +0100 Subject: [PATCH] ci: try re-ordering for optimizing time --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ae57d2a20b..c3ed0293e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,6 @@ steps: GO111MODULE: on GOPROXY: off commands: - - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs - go build -mod=vendor -o gitea_no_gcc # test if build succeeds without the sqlite tag - name: build-linux-386 @@ -37,7 +36,6 @@ steps: GOOS: linux GOARCH: 386 commands: - - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs - go build -mod=vendor -o gitea_linux_386 # test if compatible with 32 bit - name: check