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
f9e7f533
Commit
f9e7f533
authored
4 years ago
by
Mussab Abdalla
Browse files
Options
Downloads
Patches
Plain Diff
fixing typo
parent
a17fff62
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitlab_test.sh
+1
-1
1 addition, 1 deletion
gitlab_test.sh
wait_for_container.sh
+0
-1
0 additions, 1 deletion
wait_for_container.sh
with
1 addition
and
2 deletions
gitlab_test.sh
+
1
−
1
View file @
f9e7f533
...
...
@@ -3,7 +3,7 @@ chmod +x env_setup.sh wait_for_container.sh
./env_setup.sh
docker swarm init
docker network create
-d
overlay emg-extnet
docker stack deploy
-c
docker-compose.emg.yml
-c
docker-compose.emg.dev.yml
-c
emg-pvs
docker stack deploy
-c
docker-compose.emg.yml
-c
docker-compose.emg.dev.yml emg-pvs
apk update
&&
apk add bash postgresql-dev gcc python3-dev musl-dev py-pip gdal
pip3
install
-r
requirements.txt
./wait_for_container.sh
...
...
This diff is collapsed.
Click to expand it.
wait_for_container.sh
+
0
−
1
View file @
f9e7f533
...
...
@@ -3,7 +3,6 @@ while [ -z $(docker exec -i $(docker ps -qf "name=emg-pvs_registrar") python3 /v
>
&2
echo
"Collection is not created yet - sleeping"
docker ps
--no-trunc
emg-pvs_registrar
docker service
ls
docker images
sleep
20
done
...
...
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