Skip to content

Commit

Permalink
ci: updating openssl build
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest authored Oct 8, 2024
1 parent bdd0e47 commit b8c7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
uses: splunk/[email protected]
- id: combined_Splunkmatrix
run: |
splunk='{"version":"splunk-9.4-OpenSSL3-1c4ff4fc48b6", "build":"1c4ff4fc48b6", "islatest":false, "isoldest":false}'
splunk='{"version":"splunk-OpenSSL3-9081ea6b9138", "build":"9081ea6b9138", "islatest":false, "isoldest":false}'
combinedSplunkversions=$(echo '${{ steps.matrix.outputs.supportedSplunk }}' | jq --argjson A "$splunk" '. + [$A]')
echo "combinedSplunkversions=$(echo "$combinedSplunkversions" | jq -c .)" >> "$GITHUB_OUTPUT"
- name: job summary
Expand Down

0 comments on commit b8c7aa4

Please sign in to comment.