[dev] fetch images

This commit is contained in:
Roy Crihfield 2024-07-09 10:19:39 +08:00
parent 5c70017ce4
commit 1e56cae9ef
2 changed files with 8 additions and 0 deletions

View File

@ -75,6 +75,8 @@ jobs:
progress: false
- name: Run testnet stack
working-directory: ./plugeth-statediff
env:
SKIP_BUILD: true
run: ./scripts/run-test-stack.sh
- name: Run tests
working-directory: ./system-tests

View File

@ -23,6 +23,12 @@ if [[ -z $SKIP_BUILD ]]; then
# Assume the tested image has been built separately
$laconic_so build-containers \
--exclude cerc/plugeth-statediff
else
registry="gitea.local:5555"
$laconic_so fetch-containers \
--exclude cerc/plugeth,cerc/plugeth-statediff \
--image-registry $registry
fi
if ! $laconic_so deploy \