Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
da4a27e9
Commit
da4a27e9
authored
2 years ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
refactor: adding abort on container exit
parent
696a2177
Pipeline
#113770
failed with stages
in 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
run-compose.sh
run-compose.sh
+1
-1
No files found.
run-compose.sh
View file @
da4a27e9
...
...
@@ -16,7 +16,7 @@ while [ -n "$1" ]; do
EXTRA_ARGS
=
"--build"
;;
tests
)
docker-compose
-f
docker/docker-compose-test.yaml up
--build
--force-recreate
--exit-code-from
soar_flasgger_test
docker-compose
-f
docker/docker-compose-test.yaml up
--build
--force-recreate
--exit-code-from
--abort-on-container-exit
soar_flasgger_test
exit
$?
;;
*
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment