Skip to content

Commit

Permalink
goreleaser: drop
Browse files Browse the repository at this point in the history
Signed-off-by: Login Victor <batazor@evrone.com>
  • Loading branch information
batazor committed Aug 14, 2022
1 parent 9b9de7e commit 86a40d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 214 deletions.
172 changes: 0 additions & 172 deletions .goreleaser.yml

This file was deleted.

14 changes: 0 additions & 14 deletions ops/dockerfile/api.goreleaser.Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions ops/gitlab/stages/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,6 @@ release:
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually

goreleaser:
stage: release
image:
name: goreleaser/goreleaser
entrypoint: [ "" ]
services:
- docker:dind
variables:
GOPATH: $CI_PROJECT_DIR/.go

# Optionally use GitLab's built-in image registry.
DOCKER_REGISTRY: $CI_REGISTRY
DOCKER_USERNAME: $CI_REGISTRY_USER
DOCKER_PASSWORD: $CI_REGISTRY_PASSWORD
GIT_DEPTH: 0
before_script:
- mkdir -p .go
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- goreleaser release --rm-dist --skip-validate --skip-publish
tags:
- docker
needs: [ ]
interruptible: true
retry: 2
rules:
- if: $CI_COMMIT_TAG

pages:
stage: release
variables:
Expand Down

0 comments on commit 86a40d7

Please sign in to comment.