Skip to content

Commit

Permalink
fix(pipeline): deal with jmx exe (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Mar 14, 2024
1 parent fffad7a commit 42cd167
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run_integration_nix: false
windows_goarch_matrix: '["amd64"]' # 386 is not supported in jmx integrations
windows_download_nrjmx: true
win_package_type: exe
secrets: inherit


2 changes: 1 addition & 1 deletion build/windows/download_nrjmx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if [[ -z $NRJMX_URL ]]; then
NRJMX_URL=https://github.com/newrelic/nrjmx/releases/download/v$NRJMX_VERSION/nrjmx-amd64.$NRJMX_VERSION.msi
fi

curl -Ss --fail "$NRJMX_URL" -o "build/package/windows/bundle/nrjmx-amd64.msi"
curl -LSs --fail "$NRJMX_URL" -o "build/package/windows/bundle/nrjmx-amd64.msi"
19 changes: 0 additions & 19 deletions build/windows/download_zip_extract_exe.ps1

This file was deleted.

0 comments on commit 42cd167

Please sign in to comment.