Skip to content

Commit 785eb7b

Browse files
author
Oleg Sucharevich
committed
remove local build step
1 parent 5f2d0b1 commit 785eb7b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

codefresh.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@ mode: parallel
77

88
steps:
99

10-
BuildBinary:
11-
title: Build binary to test
12-
image: google/golang
13-
commands:
14-
- sh ./hack/build.sh
15-
when:
16-
steps:
17-
- name: main_clone
18-
branch:
19-
ignore:
20-
- master
21-
2210
CreatingGitTag:
2311
title: Push tag to git
2412
image: codefresh/cli
@@ -46,6 +34,7 @@ steps:
4634
stage: Release
4735
fail_fast: false
4836
commands:
37+
- go mod download
4938
- goreleaser release -f .goreleaser.yml --rm-dist --skip-validate
5039
when:
5140
steps:

0 commit comments

Comments
 (0)