Quinten Krijger
Quinten Krijger
For instance an image that insert some data into a database
This issue was produced on v 0.6.0 in combination with using a log marker.
This will allow Stackwork to mirror `docker-compose up` against the current code-base for manual testing, probing and such. The job will still be finalized by stopping, so it is clean.
Feature request by @wouterd . Proposed configuration: ``` { moduleType = DELIVERABLE_IMAGE imageName = 'my-image' tags = ['my-tag', "$project.version"] } ``` tags then defaults to `["$project.version"]` in order to maintain...
The test are becoming a bit much. See if usage of the https://docs.gradle.org/current/userguide/test_kit.html can make the code cleaner and hopefully execute faster as well
as an improvement on #53