build-configs(update)
This commit is contained in:
parent
77bd4e53bd
commit
ff6c90bf25
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -39,6 +39,7 @@ web/web.config
|
||||||
.env
|
.env
|
||||||
docker-compose.override.yaml
|
docker-compose.override.yaml
|
||||||
|
|
||||||
|
|
||||||
/bin/
|
/bin/
|
||||||
/libraries/
|
/libraries/
|
||||||
/web/profiles/contrib/
|
/web/profiles/contrib/
|
||||||
|
|
3
run
3
run
|
@ -94,6 +94,9 @@ function _run {
|
||||||
"${service}" "${@}"
|
"${service}" "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Include any local tasks.
|
||||||
|
source run.local || true
|
||||||
|
|
||||||
TIMEFORMAT=$'\nTask completed in %3lR'
|
TIMEFORMAT=$'\nTask completed in %3lR'
|
||||||
time "${@:-help}"
|
time "${@:-help}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue