EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
d5b204ef
Commit
d5b204ef
authored
4 years ago
by
Mussab Abdalla
Browse files
Options
Downloads
Patches
Plain Diff
fix docker exec command
parent
4d71a551
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!29
Preprocessor test
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/preprocessor_test.sh
+2
-2
2 additions, 2 deletions
testing/preprocessor_test.sh
testing/registrar_test.sh
+2
-1
2 additions, 1 deletion
testing/registrar_test.sh
with
4 additions
and
3 deletions
testing/preprocessor_test.sh
+
2
−
2
View file @
d5b204ef
#!/bin/sh
OS_PASSWORD
=
$(
docker
exec
-i
t
$(
docker ps
-qf
"name=emg-pvs_preprocessor"
)
cat
/run/secrets/OS_PASSWORD
)
OS_PASSWORD
=
$(
docker
exec
-i
$(
docker ps
-qf
"name=emg-pvs_preprocessor"
)
cat
/run/secrets/OS_PASSWORD
)
#preprocessing the images and save the results in the result bucket
docker
exec
-e
OS_PASSWORD
=
$OS_PASSWORD
-i
t
$(
docker ps
-qf
"name=emg-pvs_preprocessor"
)
\
docker
exec
-e
OS_PASSWORD
=
$OS_PASSWORD
-i
$(
docker ps
-qf
"name=emg-pvs_preprocessor"
)
\
preprocessor preprocess
--config-file
testing/testing_preprocessor_config.yml KS03_AIS_PSH_1G_20160101T113020_20160101T113022_KGS_019339_75CE.tar
...
...
This diff is collapsed.
Click to expand it.
testing/registrar_test.sh
+
2
−
1
View file @
d5b204ef
#!/bin/bash
product_list_file
=
$1
echo
"inside registrar_test"
OS_PASSWORD
=
$(
docker
exec
-it
$(
docker ps
-qf
"name=emg-pvs_preprocessor"
)
cat
/run/secrets/OS_PASSWORD
)
OS_PASSWORD
=
$(
docker
exec
-i
$(
docker ps
-qf
"name=emg-pvs_registrar"
)
cat
/run/secrets/OS_PASSWORD
)
IFS
=
","
...
...
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