mirror of
https://github.com/pygos/build.git
synced 2024-11-14 23:47:11 +01:00
16 lines
100 B
Bash
16 lines
100 B
Bash
|
prepare() {
|
||
|
apply_patches
|
||
|
}
|
||
|
|
||
|
build() {
|
||
|
return
|
||
|
}
|
||
|
|
||
|
deploy() {
|
||
|
return
|
||
|
}
|
||
|
|
||
|
check_update() {
|
||
|
return
|
||
|
}
|