mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
fix(fractal): run inside the container
This commit is contained in:
parent
f5a8c691f0
commit
4b67b0edb1
|
@ -19,7 +19,7 @@ fi
|
||||||
|
|
||||||
# Remove and generated or temporary files.
|
# Remove and generated or temporary files.
|
||||||
function build {
|
function build {
|
||||||
fractal build "${@}"
|
cmd fractal build "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function ci:build {
|
function ci:build {
|
||||||
|
|
Loading…
Reference in a new issue