Update main.js

This commit is contained in:
Dawid Dziurla 2021-07-10 00:04:51 +02:00 committed by GitHub
parent 7ecec1fcf9
commit 72a0a1c97e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

22
main.js
View file

@ -103,17 +103,6 @@ async function main() {
])
core.endGroup()
if (revision) {
core.startGroup("Create tarball")
await exec.exec("docker", [
"exec",
container,
"git-deborig",
"HEAD"
])
core.endGroup()
}
core.startGroup("Update packages list")
await exec.exec("docker", [
"exec",
@ -140,6 +129,17 @@ async function main() {
core.endGroup()
}
if (revision) {
core.startGroup("Create tarball")
await exec.exec("docker", [
"exec",
container,
"git-deborig",
"HEAD"
])
core.endGroup()
}
core.startGroup("Build packages")
await exec.exec("docker", [
"exec",