From 090a44df57cec84e460462f0ae2db7fb4f87a7e9 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 12 May 2023 22:56:21 +0100 Subject: Rename and move old Docker test script --- test.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh deleted file mode 100755 index 6626437..0000000 --- a/test.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -set -eux -o pipefail - -cleanup() { - docker-compose kill -} -trap cleanup 0 - -docker-compose up --build & - -while [[ "$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3000/)" -ne "200" ]]; do sleep 5; done -curl -v http://localhost:3000/new/event/public - -cleanup \ No newline at end of file -- cgit v1.2.3