Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Léo HENCHES
jass
Commits
17b60228
Commit
17b60228
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
fix log filenames 03*
parent
299f803a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_docker_compose.sh
+4
-4
4 additions, 4 deletions
test_docker_compose.sh
with
4 additions
and
4 deletions
test_docker_compose.sh
+
4
−
4
View file @
17b60228
...
...
@@ -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-p
henotypes
.json
\
1> log/03-post-p
henotypes
.log
\
2> log/03-post-p
henotypes
.err
-o
log/03-post-p
roject
.json
\
1> log/03-post-p
roject
.log
\
2> log/03-post-p
roject
.err
PROJECT_ID
=
$(
jq .id log/03-post-p
henotypes
.json |
sed
's/\"//g'
)
PROJECT_ID
=
$(
jq .id log/03-post-p
roject
.json |
sed
's/\"//g'
)
if
[
!
-d
"projects/project_
$PROJECT_ID
"
]
;
then
exit
03
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment