Skip to content

Commit

Permalink
fix osm deploy script
Browse files Browse the repository at this point in the history
Signed-off-by: Jubril Oyetunji <[email protected]>
  • Loading branch information
s1ntaxe770r committed Nov 20, 2021
1 parent adbd3db commit 7fb82c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/osm_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
export MESH_NAME='Open Service Mesh'
export SERVICE_MESH='OPEN_SERVICE_MESH'

system=$(uname -s)
system=$(uname -s | tr '[:upper:]' '[:lower:]')
release=v0.11.1
curl -L https://github.com/openservicemesh/osm/releases/download/${release}/osm-${release}-${system}-amd64.tar.gz | tar -vxzf - ./${system}-amd64/osm version
osm install \
Expand Down

0 comments on commit 7fb82c3

Please sign in to comment.