From 9c7d284f1b8759e58f26b4260c7607f0ab12e9d2 Mon Sep 17 00:00:00 2001 From: Vahn Gomes Date: Wed, 31 Jan 2024 17:25:45 -0500 Subject: [PATCH] chore(.binaries.yml): remove unnecessary build-web step --- .woodpecker/.binaries.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.woodpecker/.binaries.yml b/.woodpecker/.binaries.yml index 1b963c7..ecc3030 100644 --- a/.woodpecker/.binaries.yml +++ b/.woodpecker/.binaries.yml @@ -12,14 +12,6 @@ variables: - &xgo_version "go-1.21.2" steps: - build-web: - image: *node_image - directory: web/ - commands: - - corepack enable - - npm install --frozen-lockfile - - npm build - vendor: image: *golang_image commands: