Skip to content

Commit

Permalink
Update version within rust test
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed May 9, 2024
1 parent 7fc059d commit 49aac53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/dockerfiles/chain_upgrade.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV PATH=$PATH:/root/go/bin

ENV DAEMON_NAME="onomyd"
ENV DAEMON_HOME="/root/.onomy"
ENV CURRENT_VERSION=v1.1.2
ENV UPGRADE_VERSION=v1.1.4
ENV CURRENT_VERSION=v1.1.4
ENV UPGRADE_VERSION=v1.1.5remdaomodtest
ENV REPO="onomyprotocol/onomy"

ADD https://github.com/$REPO/releases/download/$CURRENT_VERSION/$DAEMON_NAME $DAEMON_HOME/cosmovisor/genesis/$CURRENT_VERSION/bin/$DAEMON_NAME
Expand Down
2 changes: 1 addition & 1 deletion tests/src/lib/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use onomy_test_lib::{
Args, TIMEOUT,
};

pub const ONOMYD_VERSION: &str = "v1.1.2";
pub const ONOMYD_VERSION: &str = "v1.1.4";

pub fn dockerfile_onomyd() -> String {
onomy_std_cosmos_daemon("onomyd", ".onomy", ONOMYD_VERSION, "onomyd")
Expand Down

0 comments on commit 49aac53

Please sign in to comment.