renamed local_path to just path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mathieu Broillet 2023-06-16 13:36:11 +02:00
parent 609cc0ef24
commit b0078a32db
No known key found for this signature in database
GPG Key ID: 7D4F25BC50A0AA32

View File

@ -214,7 +214,7 @@ The script step will execute a script.
{ {
"type": "script", "type": "script",
// use path for local scripts // use path for local scripts
"local_path": "global/install-docker.sh" // local path (here: resources/scripts/install-docker.sh) "path": "global/install-docker.sh" // path in repo (here: resources/scripts/install-docker.sh)
// or use url for remote scripts // or use url for remote scripts
"url": "https://xyz.abc/scripts/install-docker.sh" // remote url "url": "https://xyz.abc/scripts/install-docker.sh" // remote url
// or use lxc_path for scripts inside the lxc // or use lxc_path for scripts inside the lxc