Skip to content
Snippets Groups Projects

PR for issue #3

Merged Shilpi Jain requested to merge fsmInPyswatch into master
Compare and
10 files
+ 291
18
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 7
0
@@ -52,3 +52,10 @@ FROM base as slice-test-runner
COPY docker/entrypoint-slice-test-runner.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD []
# Image E: Single-board algo FSM test runner
FROM base as plugin-algo-fsm-tester
COPY docker/entrypoint-plugin-algo-fsm-tester.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD []
Loading