We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfe95d commit 3ef067bCopy full SHA for 3ef067b
Makefile
@@ -68,7 +68,7 @@ test-docker:
68
@# run tests inside a docker container
69
docker run --rm -v "$(PWD)":/host -w /host \
70
--add-host=host.docker.internal:host-gateway \
71
- registry.gitlab.com/finestructure/spi-base:64b8a588964762ef9c89ccecd3ea137a734afcbb \
+ registry.gitlab.com/finestructure/spi-base:1.0.3 \
72
make test
73
74
test-e2e: db-reset reconcile ingest analyze
0 commit comments