Skip to content

Commit 55abb02

Browse files
author
Oleg Sucharevich
committed
remove test cmd from homebrew formula
1 parent d994202 commit 55abb02

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ brew:
3737
commit_author:
3838
name: Oleg Sucharevich
3939
40-
test: |
41-
bin.install "venona"
4240

4341
install: |
44-
system "#{bin}/venona version"
42+
bin.install "venona"

0 commit comments

Comments
 (0)