chore: Update build script to include mock command
This commit updates the build script in the .gitlab-ci.yml file to include a mock command. The previous build.sh command was removed and replaced with an echo command to print a message indicating that AnduinOS cannot be built in Docker. This change improves the clarity of the build process and ensures that developers are aware of the limitation.
This commit is contained in:
parent
9f476313da
commit
3301456dde
|
@ -4,5 +4,4 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- cd ./src
|
||||
- ./build.sh -
|
||||
- echo "Mock script. This is because AnduinOS can't be built in Docker."
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# AnduinOS
|
||||
|
||||
[](https://gitlab.aiursoft.cn/anduin/anduinos/-/blob/master/LICENSE)
|
||||
[](https://github.com/Anduin2017/AnduinOS/discussions)
|
||||
[](https://www.anduinos.com/)
|
||||
[](https://gitlab.aiursoft.cn/anduin/anduinos/-/commits/master?ref_type=heads)
|
||||
|
||||
<img align="right" width="100" height="100" src="./src/mods/30-gnome-extension-arcmenu-patch/logo.svg">
|
||||
|
|
Loading…
Reference in New Issue