You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/install_build_artifact.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
{
2
2
"description": "Downloads and installs a package directly from openvox build artifact server. This can be used to help with testing builds prior to release. (To install a released version, use the openvox_bootstrap::install task.)",
3
3
"parameters": {
4
-
"version": {
5
-
"description": "The version of the package to install.",
6
-
"type": "String[1]"
7
-
},
8
4
"package": {
9
5
"description": "The name of the package to install.",
10
6
"type": "String[1]",
11
7
"default": "openvox-agent"
12
8
},
9
+
"version": {
10
+
"description": "The version of the package to install.",
11
+
"type": "String[1]"
12
+
},
13
13
"artifacts_source": {
14
14
"description": "URL to the build artifacts server.",
0 commit comments