CI: agregar Lua para compilar Menú artístico
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
11429eef2c
commit
1de517f77b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: docker.io/alpine:3.14
|
image: docker.io/alpine:3.14
|
||||||
commands:
|
commands:
|
||||||
- apk add cmark git cmd:setup-timezone
|
- apk add cmark git cmd:setup-timezone lua5.1
|
||||||
# Para generar las fechas bien
|
# Para generar las fechas bien
|
||||||
- setup-timezone -z America/Argentina/Buenos_Aires
|
- setup-timezone -z America/Argentina/Buenos_Aires
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
Reference in a new issue