From 48966174023ac2284434da86bf4120f9da091ac5 Mon Sep 17 00:00:00 2001 From: naumso Date: Sat, 23 Aug 2025 18:49:56 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 42 +----------------------------------------- 1 file changed, 1 insertion(+), 41 deletions(-) diff --git a/.drone.yml b/.drone.yml index 28e3992..b9260f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,46 +15,6 @@ image_pull_secrets: - dockerconfig steps: - - # - name: prepare cache - # image: harbor.1sept.ru/docker/library/busybox - # commands: - # - mkdir -p /cache/${DRONE_REPO}/gocache - # - mkdir -p /cache/${DRONE_REPO}/golangcilintcache - # volumes: - # - name: cache - # path: /cache - - # - name: test - # image: golangci/golangci-lint:v1.48.0 - # environment: - # GOCACHE: /drone/src/gocache - # GOLANGCI_LINT_CACHE: /drone/src/golangcilintcache - # commands: - # - go mod download - # - make test - # volumes: - # - name: gocache - # path: /drone/src/gocache - # - name: golangcilintcache - # path: /drone/src/golangcilintcache - # resources: - # limits: - # memory: 3GiB - - # - name: build - # image: golang:1.19 - # environment: - # GOCACHE: /drone/src/gocache - # GOLANGCI_LINT_CACHE: /drone/src/golangcilintcache - # commands: - # - GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o build/drone-helm cmd/drone-helm/main.go - # volumes: - # - name: gocache - # path: /drone/src/gocache - # - name: golangcilintcache - # path: /drone/src/golangcilintcache - - name: publish_linux_amd64 image: harbor.1sept.ru/drone/drone-kaniko settings: @@ -71,6 +31,6 @@ steps: --- kind: signature -hmac: 509505a505aecba408c446b561d685ec27e564b21c51297e9bbf68cb97c776cb +hmac: ab275b41f1621072152d6e85b5f94289be8dda38debd2a177e0f666960491c6e ...