Skip to content

Commit e3381af

Browse files
committed
adding devcontainer test
1 parent b4e2d5f commit e3381af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ide/nuvfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ tasks:
9696
prereq:
9797
silent: true
9898
cmds:
99+
- test -e "/.nuvolaris" || test -n "$NUVDEV_FORCE" || die "This command must be run in a Nuvolaris DevContainer"
99100
- test "$(python3 -V | awk -F. '{print $2}')" -ge 10 || die "python 3.10 or greater not available"
100101
- test "$(node -v | awk -F. '{print substr($1,2) }')" -ge 18 || die "nodejs 18 or greater not available"
101102
- test -d "$NUV_PWD/packages" || die "no packages in current directory"

0 commit comments

Comments
 (0)