updated json files

This commit is contained in:
Nikita Bykov
2020-10-21 08:33:58 +03:00
parent 474ef92b24
commit edff9f791b
4 changed files with 7 additions and 31 deletions
+1 -7
View File
@@ -181,13 +181,7 @@
"./provision/core/edge.sh", "./provision/core/edge.sh",
"./provision/core/firefox.sh", "./provision/core/firefox.sh",
"./provision/core/toolcache-high-sierra.sh", "./provision/core/toolcache-high-sierra.sh",
"./provision/core/pypy.sh" "./provision/core/pypy.sh",
]
},
{
"type": "shell",
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}",
"scripts": [
"./provision/core/pipx-packages.sh" "./provision/core/pipx-packages.sh"
] ]
}, },
+2 -8
View File
@@ -186,7 +186,8 @@
"./provision/core/miniconda.sh", "./provision/core/miniconda.sh",
"./provision/core/xcode-postbuild.sh", "./provision/core/xcode-postbuild.sh",
"./provision/core/toolcache.sh", "./provision/core/toolcache.sh",
"./provision/core/pypy.sh" "./provision/core/pypy.sh",
"./provision/core/pipx-packages.sh"
], ],
"environment_vars": [ "environment_vars": [
"GITHUB_FEED_TOKEN={{user `github_feed_token`}}" "GITHUB_FEED_TOKEN={{user `github_feed_token`}}"
@@ -197,13 +198,6 @@
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}", "execute_command": "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}",
"scripts": "./provision/core/toolset.ps1" "scripts": "./provision/core/toolset.ps1"
}, },
{
"type": "shell",
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}",
"scripts": [
"./provision/core/pipx-packages.sh"
]
},
{ {
"type": "shell", "type": "shell",
"execute_command": "ruby {{ .Path }}", "execute_command": "ruby {{ .Path }}",
+2 -8
View File
@@ -185,7 +185,8 @@
"./provision/core/firefox.sh", "./provision/core/firefox.sh",
"./provision/core/xcode-postbuild.sh", "./provision/core/xcode-postbuild.sh",
"./provision/core/toolcache.sh", "./provision/core/toolcache.sh",
"./provision/core/pypy.sh" "./provision/core/pypy.sh",
"./provision/core/pipx-packages.sh"
], ],
"environment_vars": [ "environment_vars": [
"GITHUB_FEED_TOKEN={{user `github_feed_token`}}" "GITHUB_FEED_TOKEN={{user `github_feed_token`}}"
@@ -196,13 +197,6 @@
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}", "execute_command": "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}",
"scripts": "./provision/core/toolset.ps1" "scripts": "./provision/core/toolset.ps1"
}, },
{
"type": "shell",
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}",
"scripts": [
"./provision/core/pipx-packages.sh"
]
},
{ {
"type": "shell", "type": "shell",
"execute_command": "ruby {{ .Path }}", "execute_command": "ruby {{ .Path }}",
+2 -8
View File
@@ -181,7 +181,8 @@
"./provision/core/chrome.sh", "./provision/core/chrome.sh",
"./provision/core/edge.sh", "./provision/core/edge.sh",
"./provision/core/firefox.sh", "./provision/core/firefox.sh",
"./provision/core/toolcache.sh" "./provision/core/toolcache.sh",
"./provision/core/pipx-packages.sh"
], ],
"environment_vars": [ "environment_vars": [
"GITHUB_FEED_TOKEN={{user `github_feed_token`}}" "GITHUB_FEED_TOKEN={{user `github_feed_token`}}"
@@ -192,13 +193,6 @@
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}", "execute_command": "chmod +x {{ .Path }}; {{ .Vars }} pwsh -f {{ .Path }}",
"scripts": "./provision/core/toolset.ps1" "scripts": "./provision/core/toolset.ps1"
}, },
{
"type": "shell",
"execute_command": "chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}",
"scripts": [
"./provision/core/pipx-packages.sh"
]
},
{ {
"type": "shell", "type": "shell",
"execute_command": "ruby {{ .Path }}", "execute_command": "ruby {{ .Path }}",