aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/server/install.taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ObjectCacheServer/server/install.taskfile.yaml')
-rw-r--r--plugins/ObjectCacheServer/server/install.taskfile.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/ObjectCacheServer/server/install.taskfile.yaml b/plugins/ObjectCacheServer/server/install.taskfile.yaml
deleted file mode 100644
index 37baf12..0000000
--- a/plugins/ObjectCacheServer/server/install.taskfile.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# https://taskfile.dev
-
-#Called by the vnbuild system to produce builds for my website
-#https://www.vaughnnugent.com/resources/software
-
-version: "3"
-
-tasks:
-
- install:
- internal: true
- cmds:
- #make the plugin directory
- - cmd: powershell -Command "mkdir {{.DIR}} -Force"
- ignore_error: true
- - cmd: powershell -Command "pwd"
- - cd {{.DIR}} && powershell "{{.SCRIPT_DIR}}/install.ps1" -BaseUrl {{.BUILDS_URL}} -ModuleName {{.MODULE_NAME}} -ProjectName {{.PROJECT_NAME}} -FileName {{.FILE_NAME}}
- - cd {{.DIR}} && tar -xzf {{.FILE_NAME}}
- #remove the archive file
- - cd {{.DIR}} && powershell -Command "rm {{.FILE_NAME}}" \ No newline at end of file