Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 50e3a5d

Browse files
authored
Merge pull request #383 from simonswine/fix-goreleaser-minify
Fix goreleaser minify
2 parents 0b78d97 + f85b577 commit 50e3a5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ release::tarmak::golang:
5959
- mv ${CI_PROJECT_DIR} /go/src/github.com/jetstack
6060
- cd /go/src/github.com/jetstack/tarmak
6161
- make all
62-
- bin/goreleaser
62+
- export PATH="/go/src/github.com/jetstack/tarmak/bin:${PATH}" && goreleaser
6363
- mv /go/src/github.com/jetstack/tarmak ${CI_PROJECT_DIR}
6464

6565
stages:

hack/minify-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
set -o errexit
44
set -o nounset

0 commit comments

Comments
 (0)