From 731e6f39ce5be7dab2e8a4660af97490ce430b75 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 27 Jan 2020 14:16:30 +0100 Subject: [PATCH] Remove frontend parts from CI --- .drone.star | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.drone.star b/.drone.star index 135ba8dd12..c1bba64194 100644 --- a/.drone.star +++ b/.drone.star @@ -32,17 +32,6 @@ def testing(ctx): 'arch': 'amd64', }, 'steps': [ - { - 'name': 'frontend', - 'image': 'webhippie/nodejs:latest', - 'pull': 'always', - 'commands': [ - 'yarn install --frozen-lockfile', - 'yarn lint', - 'yarn test', - 'yarn build', - ], - }, { 'name': 'generate', 'image': 'webhippie/golang:1.13', @@ -163,15 +152,6 @@ def docker(ctx, arch): 'arch': arch, }, 'steps': [ - { - 'name': 'frontend', - 'image': 'webhippie/nodejs:latest', - 'pull': 'always', - 'commands': [ - 'yarn install --frozen-lockfile', - 'yarn build', - ], - }, { 'name': 'generate', 'image': 'webhippie/golang:1.13', @@ -310,15 +290,6 @@ def binary(ctx, name): 'arch': 'amd64', }, 'steps': [ - { - 'name': 'frontend', - 'image': 'webhippie/nodejs:latest', - 'pull': 'always', - 'commands': [ - 'yarn install --frozen-lockfile', - 'yarn build', - ], - }, { 'name': 'generate', 'image': 'webhippie/golang:1.13',