Skip to content

Commit 91b4bc4

Browse files
committed
prereq undeploy
1 parent 78fb80d commit 91b4bc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ide/nuvfile.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,7 @@ tasks:
210210
prompt: "are you sure you want to remove all actions and packages?"
211211
silent: true
212212
cmds:
213-
- test -e "/.nuvolaris" || die "nuv ide commands must be run in the ghrc.io/nuvolaris/devcontainer with VSCode"
214-
- test -e ~/.wskprops || die "please 'nuv ide login' first"
213+
- task: prereq
215214
- >
216215
nuv action list
217216
| awk 'NR>1 { print $1}'

0 commit comments

Comments
 (0)