Skip to content
Snippets Groups Projects
Commit 17b60228 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

fix log filenames 03*

parent 299f803a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment