Skip to content

Commit

Permalink
ci: Install goreleaser pro in a separate directory (#12681)
Browse files Browse the repository at this point in the history
Turns our GoReleaser also barfs if there's anything extraneous in the git directory.
  • Loading branch information
mslipper authored Oct 28, 2024
1 parent 4696908 commit 06a7ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1257,11 +1257,11 @@ jobs:
- run:
name: Install goreleaser pro
command: |
mkdir goreleaser
mkdir -p /tmp/goreleaser
cd /tmp/goreleaser
curl -L -o goreleaser.tgz https://github.com/goreleaser/goreleaser-pro/releases/download/v2.3.2-pro/goreleaser-pro_Linux_x86_64.tar.gz
tar -xzvf goreleaser.tgz
mv goreleaser /usr/local/bin/goreleaser
rm -rf goreleaser
- run:
name: Configure Docker
command: |
Expand Down

0 comments on commit 06a7ce2

Please sign in to comment.