[dev] fetch images
This commit is contained in:
parent
5c70017ce4
commit
1e56cae9ef
@ -75,6 +75,8 @@ jobs:
|
|||||||
progress: false
|
progress: false
|
||||||
- name: Run testnet stack
|
- name: Run testnet stack
|
||||||
working-directory: ./plugeth-statediff
|
working-directory: ./plugeth-statediff
|
||||||
|
env:
|
||||||
|
SKIP_BUILD: true
|
||||||
run: ./scripts/run-test-stack.sh
|
run: ./scripts/run-test-stack.sh
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: ./system-tests
|
working-directory: ./system-tests
|
||||||
|
@ -23,6 +23,12 @@ if [[ -z $SKIP_BUILD ]]; then
|
|||||||
# Assume the tested image has been built separately
|
# Assume the tested image has been built separately
|
||||||
$laconic_so build-containers \
|
$laconic_so build-containers \
|
||||||
--exclude cerc/plugeth-statediff
|
--exclude cerc/plugeth-statediff
|
||||||
|
else
|
||||||
|
registry="gitea.local:5555"
|
||||||
|
|
||||||
|
$laconic_so fetch-containers \
|
||||||
|
--exclude cerc/plugeth,cerc/plugeth-statediff \
|
||||||
|
--image-registry $registry
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! $laconic_so deploy \
|
if ! $laconic_so deploy \
|
||||||
|
Loading…
Reference in New Issue
Block a user