mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-20 15:54:25 +01:00
* removed tool_dict dependency * updated tests * updated go version * added defaults for failing iteration during tool installation * Update pythonapp.yml * updated docs
11 lines
286 B
YAML
11 lines
286 B
YAML
dependencies: [go]
|
|
go: &gotool !get_tool_path "{go[path]}"
|
|
path: &path !join_path [!get_default "{gopath}", bin/webanalyze]
|
|
environ: {"GOPATH": !get_default "{gopath}"}
|
|
|
|
install_commands:
|
|
- !join [*gotool, get github.com/rverton/webanalyze/...]
|
|
|
|
uninstall_commands:
|
|
- !join [rm, *path]
|