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
7bb2668f
Commit
7bb2668f
authored
2 years ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
fix: updating run-compose to match ci-scripts stage
parent
ffb56980
dev
11-add-websockets
master
v1.0.0
v0.1.0
v0.0.1
2 merge requests
!23
Resolve "Release v0.1.0"
,
!8
Gitlab-ci
Pipeline
#106871
failed with stages
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
run-compose.sh
run-compose.sh
+2
-1
No files found.
run-compose.sh
View file @
7bb2668f
...
...
@@ -6,6 +6,7 @@ source .env
usage
()
{
echo
"usage: ./run-compose.sh [<rebuild>]"
echo
" rebuild - will force docker-compose to rebuild the images before spinning them up."
echo
" tests - run the test suite rather than the application."
}
if
[[
-z
"
${
DATA_DIR
}
"
]]
;
then
...
...
@@ -17,7 +18,7 @@ while [ -n "$1" ]; do
rebuild
)
EXTRA_ARGS
=
"--build"
;;
test
)
test
s
)
docker-compose
-f
docker/docker-compose-test.yaml up
--build
exit
0
;;
...
...
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