don't try to fetch images
All checks were successful
Tests / Run integration tests (pull_request) Successful in 27m20s
All checks were successful
Tests / Run integration tests (pull_request) Successful in 27m20s
This commit is contained in:
parent
b1700b5d6e
commit
fa76e28e4e
@ -50,8 +50,6 @@ jobs:
|
|||||||
|
|
||||||
- name: "Run fixturenet stack"
|
- name: "Run fixturenet stack"
|
||||||
run: ./scripts/integration-setup.sh
|
run: ./scripts/integration-setup.sh
|
||||||
env:
|
|
||||||
SKIP_BUILD: 1
|
|
||||||
- name: "Run server"
|
- name: "Run server"
|
||||||
run: docker compose -f test/compose.yml up --wait --quiet-pull
|
run: docker compose -f test/compose.yml up --wait --quiet-pull
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
|
@ -20,8 +20,6 @@ set -x
|
|||||||
if [[ -z $SKIP_BUILD ]]; then
|
if [[ -z $SKIP_BUILD ]]; then
|
||||||
$laconic_so setup-repositories
|
$laconic_so setup-repositories
|
||||||
$laconic_so build-containers
|
$laconic_so build-containers
|
||||||
else
|
|
||||||
$laconic_so fetch-containers --image-registry gitea.local:5555
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$laconic_so deploy \
|
$laconic_so deploy \
|
||||||
|
Loading…
Reference in New Issue
Block a user