Skip to content

Commit

Permalink
use default kagome_dev version in runtime_cache ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak Fein committed Jul 21, 2024
1 parent 2df8391 commit c0a0892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion housekeeping/docker/kagome-dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ runtime_cache:
docker exec -t $$CONTAINER_NAME /bin/bash -c \
"cd /opt/kagome/zombienet && \
sed -i '1s/^#//' /etc/apt/sources.list.d/kagome.list && \
install_packages kagome-dev=$(KAGOME_PACKAGE_VERSION) && \
install_packages kagome-dev && \
./precompile.sh && \
cd /opt/kagome/housekeeping/docker/kagome-dev && \
mkdir -p /tmp/kagome_runtime && \
Expand Down

0 comments on commit c0a0892

Please sign in to comment.