From 1f427abbbe10c761dcad1ba8fea463e0bb39dbeb Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 4 May 2023 15:09:29 +0200 Subject: [PATCH] ci: rename 'npm i' to 'frontend' --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 553ce1e..1570f5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: # run Go mod tidy prior to committing - test -z "$(git status --porcelain)" - - name: npm i + - name: frontend image: docker.io/immawanderer/archlinux-go:linux-amd64 depends_on: [go mod tidy] volumes: @@ -51,7 +51,7 @@ steps: - name: go build image: docker.io/immawanderer/archlinux-go:linux-amd64 - depends_on: [go mod tidy, npm i] + depends_on: [go mod tidy, frontend] volumes: - name: gopath path: /go @@ -110,7 +110,7 @@ steps: # run Go mod tidy prior to committing - test -z "$(git status --porcelain)" - - name: npm i + - name: frontend image: docker.io/library/golang:1.20.3-alpine3.17 depends_on: [go mod tidy] volumes: @@ -123,7 +123,7 @@ steps: - name: go build image: docker.io/library/golang:1.20.3-alpine3.17 - depends_on: [go mod tidy, npm i] + depends_on: [go mod tidy, frontend] volumes: - name: gopath path: /go