Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!35
Resolve "Test AMQP"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Test AMQP"
122-test-amqp
into
dev
Overview
0
Commits
48
Pipelines
0
Changes
22
Merged
Resolve "Test AMQP"
Martin Weise
requested to merge
122-test-amqp
into
dev
Jan 10, 2022
Overview
0
Commits
48
Pipelines
0
Changes
22
.
0
0
Merge request reports
Viewing commit
ee61d22e
Prev
Next
Show latest version
22 files
+
127
−
150
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Unverified
ee61d22e
Added some end-to-end tests
· ee61d22e
Martin Weise
authored
Jan 18, 2022
.fda-deployment/teardown
+
3
−
1
View file @ ee61d22e
Edit in single-file editor
Open in Web IDE
#!/bin/bash
docker container stop
$(
docker container
ls
-aq
)
||
true
docker container
rm
$(
docker container
ls
-aq
)
||
true
docker volume
rm
$(
docker volume
ls
-q
)
||
true
\ No newline at end of file
docker volume
rm
$(
docker volume
ls
-q
)
||
true
docker network
rm
fda-userdb
||
true
docker network
rm
fda-public
||
true
\ No newline at end of file
Loading