mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-20 06:59:13 -04:00
8 lines
226 B
Bash
Executable File
8 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
|
|
# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
# entry point in docker, just runs "./docker/run.sh"
|
|
|
|
./docker/ci_actions.sh $@
|