Skip to content

Commit

Permalink
fix: install the latest cocli in the native deployment too
Browse files Browse the repository at this point in the history
The deployment.sh script install a version of cocli that is not compatible with
the new CoRIM template format.

This brings parity between native and docker deployments.

Signed-off-by: Thomas Fossati <[email protected]>
  • Loading branch information
thomas-fossati committed Aug 23, 2024
1 parent 2063e7e commit b7f5508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/native/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function init_sqlite_stores() {

function init_clients() {
_init_client evcli github.com/veraison/evcli/v2@40dfa3d3
_init_client cocli github.com/veraison/corim/cocli@2583a736
_init_client cocli github.com/veraison/corim/cocli@be7ec482
_init_client pocli github.com/veraison/pocli@2fa24ea3
}

Expand Down

0 comments on commit b7f5508

Please sign in to comment.