Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 19, 2024
1 parent f33b1a4 commit 01884ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--
### TAR
-->
Expand Down

0 comments on commit 01884ce

Please sign in to comment.