From 17b60228bd8aa1c0724a347ea64849b9588f9d5f Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Mon, 30 Oct 2023 15:49:17 +0100 Subject: [PATCH] fix log filenames 03* --- test_docker_compose.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_docker_compose.sh b/test_docker_compose.sh index b524ce65..065e9633 100755 --- a/test_docker_compose.sh +++ b/test_docker_compose.sh @@ -54,11 +54,11 @@ curl --location --request POST 'http://0.0.0.0:8080/api/projects' \ --header 'Accept: text/html' \ --header 'Content-Type: application/json' \ --data-raw '{"phenotypeID": ["z_MAGIC_FAST-GLUCOSE", "z_MAGIC_FAST-INSULIN"]}' \ - -o log/03-post-phenotypes.json \ - 1> log/03-post-phenotypes.log \ - 2> log/03-post-phenotypes.err + -o log/03-post-project.json \ + 1> log/03-post-project.log \ + 2> log/03-post-project.err -PROJECT_ID=$(jq .id log/03-post-phenotypes.json | sed 's/\"//g') +PROJECT_ID=$(jq .id log/03-post-project.json | sed 's/\"//g') if [ ! -d "projects/project_$PROJECT_ID" ]; then exit 03 fi -- GitLab