Verified Commit 7774a590 authored by Dan Jones's avatar Dan Jones
Browse files

ci: add remove orphans to ci docker compose config

parent 714a573a
Pipeline #230735 passed with stages
in 1 minute and 6 seconds
...@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -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 schema script to remove invalid definitions object automatically
- Refactor generate_schema_config script to output file on -f flag - 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 ## [v0.2.0] - 2024-02-06
### Added ### Added
......
...@@ -2,7 +2,7 @@ test-js: ...@@ -2,7 +2,7 @@ test-js:
stage: test stage: test
script: script:
- cd tests-js/docker - cd tests-js/docker
- docker compose up --build - docker compose up --build --remove-orphans
tags: tags:
- shell - shell
rules: rules:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment