From a3d55e1923dc37abf5c51bf5da14437a8173020d Mon Sep 17 00:00:00 2001 From: Michele Sciabarra <“msciabarra@apache.org”> Date: Sat, 24 Jan 2026 18:25:54 +0000 Subject: [PATCH 1/2] remove the devcontainer test --- ide/opsfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/opsfile.yml b/ide/opsfile.yml index 917c378..d4539dc 100644 --- a/ide/opsfile.yml +++ b/ide/opsfile.yml @@ -48,7 +48,7 @@ tasks: You can then use 'ops ide devel' and 'ops ide deploy'. You can also reopen the project with VSCode and use the command 'Reopen in Container'. cmds: - - test -e "/.dockerenv" || die "{{.MSG}}" + #- test -e "/.dockerenv" || die "{{.MSG}}" - test "$(python3 -V | awk -F. '{print $2}')" -ge 10 || die "python 3.10 or greater not available" - test -x "$(which virtualenv)" || die "you need python virtualenv" - test "$(node -v | awk -F. '{print substr($1,2) }')" -ge 18 || die "nodejs 18 or greater not available" From f5b7e5825cf61123775dfe48ce0b8efe4b8d7308 Mon Sep 17 00:00:00 2001 From: Michele Sciabarra Date: Mon, 26 Jan 2026 07:19:58 +0000 Subject: [PATCH 2/2] bestiaenv --- ide/opsfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/opsfile.yml b/ide/opsfile.yml index d4539dc..c565b6c 100644 --- a/ide/opsfile.yml +++ b/ide/opsfile.yml @@ -48,7 +48,7 @@ tasks: You can then use 'ops ide devel' and 'ops ide deploy'. You can also reopen the project with VSCode and use the command 'Reopen in Container'. cmds: - #- test -e "/.dockerenv" || die "{{.MSG}}" + - test -e "/.dockerenv" || test -e '/.bestiaenv' || die "{{.MSG}}" - test "$(python3 -V | awk -F. '{print $2}')" -ge 10 || die "python 3.10 or greater not available" - test -x "$(which virtualenv)" || die "you need python virtualenv" - test "$(node -v | awk -F. '{print substr($1,2) }')" -ge 18 || die "nodejs 18 or greater not available"