From 7c389e5a365aa66d3978db9f76250227a1062412 Mon Sep 17 00:00:00 2001 From: Carl Danley Date: Sat, 19 Nov 2022 02:33:32 -0500 Subject: [PATCH] Remove old pipeline code - goreleaser working well --- .drone.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/.drone.yml b/.drone.yml index d82edd0..429266f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,47 +26,6 @@ steps: - golangci-lint --version - golangci-lint run -# - name: build -# image: golang:alpine -# environment: -# GITHUB_TOKEN: -# from_secret: github-pat-packages -# commands: -# - apk add git -# - git version -# - git fetch --tags -# - go install github.com/goreleaser/goreleaser@latest -# - goreleaser --version -# - goreleaser release --rm-dist -f ./.goreleaser.yml -# when: -# ref: -# - refs/tags/* -# depends_on: -# - lint - -# - name: publish-container -# image: plugins/docker -# settings: -# repo: ghcr.io/carldanley/ha-fpp-mqtt -# registry: ghcr.io -# auto_tag: true -# username: -# from_secret: github-username -# password: -# from_secret: github-pat-packages -# build_args: -# - COMMIT_SHA=${DRONE_COMMIT_SHA} -# - COMMIT_AUTHOR_EMAIL=${DRONE_COMMIT_AUTHOR_EMAIL} -# platform: linux/amd64 -# custom_labels: -# - org.opencontainers.image.created=${DRONE_BUILD_CREATED} -# - org.opencontainers.image.name=${DRONE_REPO_NAME} -# - org.opencontainers.image.revision=${DRONE_COMMIT_SHA} -# - org.opencontainers.image.version=${DRONE_TAG} -# - org.opencontainers.image.source=${DRONE_REPO_LINK} -# - org.opencontainers.image.licenses=MIT -# - VERSION=${DRONE_TAG} - - name: build-and-publish image: goreleaser/goreleaser environment: