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

Commit f85b577

Browse files
committed
Export path for goreleaser
1 parent ffa86c8 commit f85b577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:

0 commit comments

Comments
 (0)