Compare commits
2 commits
8345de0de6
...
fb3b89c375
Author | SHA1 | Date | |
---|---|---|---|
Jan Wagner | fb3b89c375 | ||
Jan Wagner | d8b7e85de5 |
7
main.js
7
main.js
|
@ -131,13 +131,6 @@ async function main() {
|
||||||
])
|
])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
core.startGroup("Show container ispect")
|
|
||||||
await exec.exec("docker", [
|
|
||||||
"inspect",
|
|
||||||
container
|
|
||||||
])
|
|
||||||
core.endGroup()
|
|
||||||
|
|
||||||
core.startGroup("Prepare environment")
|
core.startGroup("Prepare environment")
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
|
|
Loading…
Reference in a new issue