Compare commits
2 commits
8345de0de6
...
7d43afb7a9
Author | SHA1 | Date | |
---|---|---|---|
Jan Wagner | 7d43afb7a9 | ||
Jan Wagner | 0676dbed51 |
18
main.js
18
main.js
|
@ -131,7 +131,15 @@ async function main() {
|
|||
])
|
||||
core.endGroup()
|
||||
|
||||
core.startGroup("Show container ispect")
|
||||
core.startGroup("Check sourceDirectory")
|
||||
await exec.exec("docker", [
|
||||
"exec",
|
||||
container,
|
||||
"ls", "-la", sourceDirectory
|
||||
])
|
||||
core.endGroup()
|
||||
|
||||
core.startGroup("Show container inspect")
|
||||
await exec.exec("docker", [
|
||||
"inspect",
|
||||
container
|
||||
|
@ -194,14 +202,6 @@ async function main() {
|
|||
])
|
||||
core.endGroup()
|
||||
|
||||
core.startGroup("Check sourceDirectory")
|
||||
await exec.exec("docker", [
|
||||
"exec",
|
||||
container,
|
||||
"ls", "-la", sourceDirectory
|
||||
])
|
||||
core.endGroup()
|
||||
|
||||
if (imageTag != "trusty") {
|
||||
core.startGroup("Install build dependencies")
|
||||
await exec.exec("docker", [
|
||||
|
|
Loading…
Reference in a new issue