renamed local_path to just path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
609cc0ef24
commit
b0078a32db
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user