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
communications-backbone
Commits
9fc80edb
Commit
9fc80edb
authored
1 year ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
refactor: fail run-compose on test fail
parent
3b2d9c96
dev
11-add-websockets
master
v1.0.0
v0.1.0
2 merge requests
!23
Resolve "Release v0.1.0"
,
!22
Gitlab ci testing
Pipeline
#113733
passed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
run-compose.sh
run-compose.sh
+2
-2
No files found.
run-compose.sh
View file @
9fc80edb
...
...
@@ -19,8 +19,8 @@ while [ -n "$1" ]; do
EXTRA_ARGS
=
"--build"
;;
tests
)
docker-compose
-f
docker/docker-compose-test.yaml up
--build
exit
0
docker-compose
-f
docker/docker-compose-test.yaml up
--build
--force-recreate
--exit-code-from
soar_api_test
exit
$?
;;
*
)
usage
...
...
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