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
10fad613
Commit
10fad613
authored
1 year ago
by
James Kirk
Browse files
Options
Download
Plain Diff
Merge branch 'gitlab' into 'dev'
Gitlaaaaab See merge request
!20
parents
b34399af
c0048fb6
Pipeline
#114014
passed with stages
in 52 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
run-compose.sh
run-compose.sh
+2
-2
No files found.
.gitlab-ci.yml
View file @
10fad613
include
:
include
:
-
project
:
oceanids/c2/
infrastructure
/ci-scripts
-
project
:
communications-backbone-system/backbone-
infrastructure
-config
ref
:
master
ref
:
master
file
:
python-microservice
/all.yml
file
:
gitlab
/all.yml
variables
:
variables
:
DOCKER_IMAGE_NAME
:
backbone-message-format
DOCKER_IMAGE_NAME
:
backbone-message-format
...
...
This diff is collapsed.
Click to expand it.
run-compose.sh
View file @
10fad613
...
@@ -16,8 +16,8 @@ while [ -n "$1" ]; do
...
@@ -16,8 +16,8 @@ while [ -n "$1" ]; do
EXTRA_ARGS
=
"--build"
EXTRA_ARGS
=
"--build"
;;
;;
tests
)
tests
)
docker-compose
-f
docker/docker-compose-test.yaml up
--build
docker-compose
-f
docker/docker-compose-test.yaml up
--build
--force-recreate
--abort-on-container-exit
--exit-code-from
soar_flasgger_test
exit
0
exit
$?
;;
;;
*
)
*
)
usage
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