Skip to content

Commit 6b3793a

Browse files
pipeline changes (#1485)
1 parent 3146e0b commit 6b3793a

2 files changed

Lines changed: 28 additions & 27 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143

144144
notify:
145145
name: Update Teams & JIRA About New Release
146-
if: inputs.dev == false
146+
if: inputs.dev == false && 1 == 0
147147
needs: build
148148
uses: Checkmarx/plugins-release-workflow/.github/workflows/release-notify.yml@main
149149
with:
@@ -157,7 +157,7 @@ jobs:
157157

158158
dispatch_auto_release:
159159
name: Update Plugins With new Cli Version
160-
if: inputs.dev == false
160+
if: inputs.dev == false && 1 == 0
161161
needs: notify
162162
uses: Checkmarx/plugins-release-workflow/.github/workflows/dispatch-workflow.yml@main
163163
with:

.goreleaser.yml

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -112,31 +112,32 @@ universal_binaries:
112112
hooks:
113113
post: bash -c 'envsubst < gonMac.hcl > /tmp/gonMac.hcl && gon /tmp/gonMac.hcl'
114114

115-
brews:
116-
- tap:
117-
owner: checkmarx
118-
name: homebrew-ast-cli
119-
token: "{{ .Env.GO_BOT_TOKEN }}"
120-
ids:
121-
- cx
122-
- cx-mac-universal
123-
folder: Formula
124-
homepage: https://github.com/Checkmarx/ast-cli
125-
description: CLI for Checkmarx One
126-
license: Apache
127-
test: |
128-
system "#{bin}/cx version"
129-
install: |-
130-
bin.install "cx"
131-
# Install bash completion
132-
output = Utils.popen_read("#{bin}/cx utils completion -s bash")
133-
(bash_completion/"cx").write output
134-
# Install zsh completion
135-
output = Utils.popen_read("#{bin}/cx utils completion -s zsh")
136-
(zsh_completion/"_cx").write output
137-
# Install fish completion
138-
output = Utils.popen_read("#{bin}/cx utils completion -s fish")
139-
(fish_completion/"cx.fish").write output
115+
# brews:
116+
# - skip: true
117+
# tap:
118+
# owner: checkmarx
119+
# name: homebrew-ast-cli
120+
# token: "{{ .Env.GO_BOT_TOKEN }}"
121+
# ids:
122+
# - cx
123+
# - cx-mac-universal
124+
# folder: Formula
125+
# homepage: https://github.com/Checkmarx/ast-cli
126+
# description: CLI for Checkmarx One
127+
# license: Apache
128+
# test: |
129+
# system "#{bin}/cx version"
130+
# install: |-
131+
# bin.install "cx"
132+
# # Install bash completion
133+
# output = Utils.popen_read("#{bin}/cx utils completion -s bash")
134+
# (bash_completion/"cx").write output
135+
# # Install zsh completion
136+
# output = Utils.popen_read("#{bin}/cx utils completion -s zsh")
137+
# (zsh_completion/"_cx").write output
138+
# # Install fish completion
139+
# output = Utils.popen_read("#{bin}/cx utils completion -s fish")
140+
# (fish_completion/"cx.fish").write output
140141

141142
blobs:
142143
- provider: s3

0 commit comments

Comments
 (0)