From 01884cebee41be343cd0dd899225c9f8f4253d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Fri, 19 Jan 2024 11:59:50 +0100 Subject: [PATCH] Add documentation --- docker/ci/ci.sh | 2 ++ scripts/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docker/ci/ci.sh b/docker/ci/ci.sh index cf0bfc338fb66..66f39bf58a43a 100755 --- a/docker/ci/ci.sh +++ b/docker/ci/ci.sh @@ -42,6 +42,8 @@ function main() { case $1 in up) + # Main folder created here to grant access to both containers + mkdir artifacts $compose_cmd up -d ;; down) diff --git a/scripts/README.md b/scripts/README.md index 20c7392f5aed7..aa5fcdda8e0a8 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -39,6 +39,9 @@ The generated package is sent to `artifacts/` ## Assemble +**Note:** set the environment variable `TEST=true` to assemble a package with the required plugins only, +speeding up the assembly process. +