aboutsummaryrefslogtreecommitdiff
path: root/ci/install.taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-04-02 14:54:20 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-04-02 14:54:20 -0400
commit24fac82efe9e5c18e86ed535678640e7401472db (patch)
tree5375aa3f5dcb7aebf18cba6d1da131795c123529 /ci/install.taskfile.yaml
parentd2ae31ec919d72e66d8b40db8394b55efd6ea6d3 (diff)
ci: Configure manual dep versions
Diffstat (limited to 'ci/install.taskfile.yaml')
-rw-r--r--ci/install.taskfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install.taskfile.yaml b/ci/install.taskfile.yaml
index e1624a3..898958b 100644
--- a/ci/install.taskfile.yaml
+++ b/ci/install.taskfile.yaml
@@ -13,7 +13,7 @@ tasks:
#make the plugin directory
- cmd: powershell -Command "mkdir {{.DIR}} -Force"
ignore_error: true
- - cd {{.DIR}} && powershell "{{ .PROJECT_DIR }}/install.ps1" -BaseUrl {{.BUILDS_URL}} -ModuleName {{.MODULE_NAME}} -ProjectName {{.PROJECT_NAME}} -FileName {{.FILE_NAME}}
+ - cd {{.DIR}} && powershell "{{ .PROJECT_DIR }}/install.ps1" -BaseUrl {{.BUILDS_URL}} -ModuleName {{.MODULE_NAME}} -ProjectName {{.PROJECT_NAME}} -FileName {{.FILE_NAME}} -Version {{.VERSION}}
- cd {{.DIR}} && tar -xzf {{.FILE_NAME}}
#remove the archive file
- cd {{.DIR}} && powershell -Command "rm {{.FILE_NAME}}" \ No newline at end of file