repo: gitea: workflows: dfi: update edit of build file
This commit is contained in:
@@ -140,7 +140,7 @@ function client::finance::edit()
|
|||||||
# Build: uncomment all optional packages and plugin dependencies from custom build file
|
# Build: uncomment all optional packages and plugin dependencies from custom build file
|
||||||
_file="${_path}/Dockerfiles/${USER:?}@$(uname -n)"
|
_file="${_path}/Dockerfiles/${USER:?}@$(uname -n)"
|
||||||
[ ! -f "$_file" ] && exit 1
|
[ ! -f "$_file" ] && exit 1
|
||||||
sed -i '18,56s/#//' "$_file"
|
sed -i '18,51s/#//' "$_file"
|
||||||
|
|
||||||
# Build: uncomment custom compose merge file
|
# Build: uncomment custom compose merge file
|
||||||
_file+=".yml"
|
_file+=".yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user