Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
fix renode 1.11.0 install
Browse files Browse the repository at this point in the history
Had typo in version number so renode wasn't getting installed in
docker image

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed Feb 17, 2021
1 parent 6fff0db commit 6ed0620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shippable/install_renode.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=1.11
VERSION=1.11.0

apt-get install --no-install-recommends -y gnupg ca-certificates apt-transport-https
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Expand Down

0 comments on commit 6ed0620

Please sign in to comment.