From 5ca529a357ad4f11ad0844fad4b917d2a5b5406f Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 19 Jun 2024 00:05:45 +0200 Subject: [PATCH] Remove compose command. --- test/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index 3a47e91..61acb55 100755 --- a/test/test.sh +++ b/test/test.sh @@ -31,6 +31,5 @@ echo "Building runtime mode with all languages." export BUILDER_ARGS="deps node" # ${DOCKER_CMD} up --exit-code-from ${DOCKER_SERVICE} ${DOCKER_SERVICE} ${DOCKER_CMD} up --exit-code-from ${DOCKER_SERVICE} ${DOCKER_SERVICE} registry -${DOCKER_CMD} up -d --wait registry docker run --rm -it localhost:5000/metacall/builder_output sh -c "echo 'hello'" ${DOCKER_CMD} down