Skip to content

Commit 795ebe7

Browse files
author
Oleg Sucharevich
committed
add step to build binaries on non-master branches
1 parent 1bbfc95 commit 795ebe7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

codefresh.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
1022
CreatingGitTag:
1123
title: Push tag to git
1224
image: codefresh/cli

0 commit comments

Comments
 (0)