Skip to content

Commit

Permalink
chore: reduce before upgrade var to use v093
Browse files Browse the repository at this point in the history
RafilxTenfen committed Sep 3, 2024
1 parent 38c3568 commit 52ca526
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contrib/images/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
RELAYER_TAG := $(shell grep '^ENV RELAYER_TAG' cosmos-relayer/Dockerfile | cut -f3 -d\ )
BABYLON_FULL_PATH := $(shell git rev-parse --show-toplevel)
BABYLON_VERSION_BEFORE_UPGRADE ?= v0.9.1
E2E_INIT_CHAIN_VERSION_BEFORE_UPGRADE ?= v0.9.3
BABYLON_VERSION_BEFORE_UPGRADE ?= v0.9.3

all: babylond cosmos-relayer

@@ -28,7 +27,7 @@ e2e-init-chain-rmi:

e2e-init-chain:
@DOCKER_BUILDKIT=1 docker build -t babylonlabs-io/babylond-e2e-init-chain --build-arg E2E_SCRIPT_NAME=chain --platform=linux/x86_64 \
-f e2e-initialization/init.Dockerfile --build-arg VERSION="${E2E_INIT_CHAIN_VERSION_BEFORE_UPGRADE}" ${BABYLON_FULL_PATH}
-f e2e-initialization/init.Dockerfile --build-arg VERSION="${BABYLON_VERSION_BEFORE_UPGRADE}" ${BABYLON_FULL_PATH}

e2e-init-chain-rmi:
docker rmi babylonlabs-io/babylond-e2e-init-chain 2>/dev/null; true

0 comments on commit 52ca526

Please sign in to comment.