We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2d0b1 commit 785eb7bCopy full SHA for 785eb7b
codefresh.yaml
@@ -7,18 +7,6 @@ mode: parallel
7
8
steps:
9
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
-
22
CreatingGitTag:
23
title: Push tag to git
24
image: codefresh/cli
@@ -46,6 +34,7 @@ steps:
46
34
stage: Release
47
35
fail_fast: false
48
36
commands:
37
+ - go mod download
49
38
- goreleaser release -f .goreleaser.yml --rm-dist --skip-validate
50
39
when:
51
40
0 commit comments