From 72a0a1c97eb081558e53a36940245ce87040b5e5 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 10 Jul 2021 00:04:51 +0200 Subject: [PATCH] Update main.js --- main.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/main.js b/main.js index dba0442..9eca515 100644 --- a/main.js +++ b/main.js @@ -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",