parent
ac073bbc8f
commit
41f4c45749
1 changed files with 9 additions and 7 deletions
16
main.js
16
main.js
|
@ -133,13 +133,15 @@ async function main() {
|
||||||
])
|
])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
core.startGroup("Install build dependencies")
|
if (imageTag != "trusty") {
|
||||||
await exec.exec("docker", [
|
core.startGroup("Install build dependencies")
|
||||||
"exec",
|
await exec.exec("docker", [
|
||||||
container,
|
"exec",
|
||||||
"apt-get", "build-dep", "-yq", "-t", imageTag, sourceDirectory
|
container,
|
||||||
])
|
"apt-get", "build-dep", "-yq", "-t", imageTag, sourceDirectory
|
||||||
core.endGroup()
|
])
|
||||||
|
core.endGroup()
|
||||||
|
}
|
||||||
|
|
||||||
core.startGroup("Build packages")
|
core.startGroup("Build packages")
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue