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
7774a590
Verified
Commit
7774a590
authored
7 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
ci: add remove orphans to ci docker compose config
parent
714a573a
Pipeline
#230735
passed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG.md
CHANGELOG.md
+4
-0
gitlab/test-js.yml
gitlab/test-js.yml
+1
-1
No files found.
CHANGELOG.md
View file @
7774a590
...
...
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
-
Refactor schema script to remove invalid definitions object automatically
-
Refactor generate_schema_config script to output file on -f flag
### Fixed
-
Add
`--remove-orphans`
to javascript CI test docker compose arguments
## [v0.2.0] - 2024-02-06
### Added
...
...
This diff is collapsed.
Click to expand it.
gitlab/test-js.yml
View file @
7774a590
...
...
@@ -2,7 +2,7 @@ test-js:
stage
:
test
script
:
-
cd tests-js/docker
-
docker compose up --build
-
docker compose up --build
--remove-orphans
tags
:
-
shell
rules
:
...
...
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