parent
ac073bbc8f
commit
41f4c45749
2
main.js
2
main.js
|
@ -133,6 +133,7 @@ async function main() {
|
||||||
])
|
])
|
||||||
core.endGroup()
|
core.endGroup()
|
||||||
|
|
||||||
|
if (imageTag != "trusty") {
|
||||||
core.startGroup("Install build dependencies")
|
core.startGroup("Install build dependencies")
|
||||||
await exec.exec("docker", [
|
await exec.exec("docker", [
|
||||||
"exec",
|
"exec",
|
||||||
|
@ -140,6 +141,7 @@ async function main() {
|
||||||
"apt-get", "build-dep", "-yq", "-t", imageTag, sourceDirectory
|
"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…
Reference in a new issue