mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
- still -d
This commit is contained in:
@@ -21,7 +21,7 @@ jdk:
|
|||||||
before_install:
|
before_install:
|
||||||
- pip install --user codecov
|
- pip install --user codecov
|
||||||
- docker build -t sshj/test-sshd ./src/test/resources/
|
- docker build -t sshj/test-sshd ./src/test/resources/
|
||||||
- docker run -p 127.0.0.1:2222:22 sshj/test-sshd
|
- docker run -d -p 127.0.0.1:2222:22 sshj/test-sshd
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user