commit | faf132e2cafd04977afeb4cc11c055d84b341d55 | [log] [tgz] |
---|---|---|
author | Oleksandr Kononenko <okononenko@mirantis.com> | Wed Jul 30 13:03:05 2025 +0300 |
committer | Oleksandr Kononenko <okononenko@mirantis.com> | Wed Jul 30 13:14:50 2025 +0300 |
tree | d67b442ce0a0432c1440bb3a789f26beb994e811 | |
parent | 4abb527c7928842678c52eca17b2a555e98dc863 [diff] [blame] |
[TryMOSK] Make Apt configuration in a separate script Related-Prod: PRODX-53424 Change-Id: I00191ccaaaebaaeafdc054d108bd82cb9b921d26
diff --git a/trymos/image_build/template.json b/trymos/image_build/template.json index db18625..eb2de6a 100644 --- a/trymos/image_build/template.json +++ b/trymos/image_build/template.json
@@ -37,6 +37,12 @@ }, { "type": "shell", + "scripts": [ + "scripts/apt-configure.sh" + ] + }, + { + "type": "shell", "inline": [ "/srv/trymosk/image_build/build-image.sh", "rm -rf /srv/trymosk/image_build"