docs: readme
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
abs3nt 2023-03-08 15:16:39 -08:00
parent 0a0c88f25d
commit 7fa2e67a89
Signed by: abs3nt
GPG Key ID: FDC6662313FA9386
1 changed files with 9 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Remove a project by its name
schema:
- name: coin
path: cmd/coin // project path
env: // env variables available at startup
env: // env variables for run
test: test
myvar: value
commands: // go commands supported
@ -130,12 +130,20 @@ Remove a project by its name
command: echo before global
global: true
output: true
env: // env variables per script
test: test
myvar: value
- type: before
command: echo before change
output: true
env: // env variables per script
test: othertest
myvar: othervalue
- type: after
command: echo after change
output: true
env: // env variables per script
key: 1
- type: after
command: echo after global
global: true