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. +