Compare commits
2 commits
7d43afb7a9
...
8345de0de6
Author | SHA1 | Date | |
---|---|---|---|
Jan Wagner | 8345de0de6 | ||
Jan Wagner | 305eb46797 |
18
main.js
18
main.js
|
@ -131,15 +131,7 @@ async function main() {
|
|||
])
|
||||
core.endGroup()
|
||||
|
||||
core.startGroup("Check sourceDirectory")
|
||||
await exec.exec("docker", [
|
||||
"exec",
|
||||
container,
|
||||
"ls", "-la", sourceDirectory
|
||||
])
|
||||
core.endGroup()
|
||||
|
||||
core.startGroup("Show container inspect")
|
||||
core.startGroup("Show container ispect")
|
||||
await exec.exec("docker", [
|
||||
"inspect",
|
||||
container
|
||||
|
@ -202,6 +194,14 @@ 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