Isolate builds, build when necessary #107
1 changed files with 4 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ pipeline:
|
|||
webhook:
|
||||
image: chewingbever/vlang:latest
|
||||
secrets:
|
||||
- webhook
|
||||
- webhook_1
|
||||
- webhook_2
|
||||
commands:
|
||||
- curl -XPOST -s "$WEBHOOK"
|
||||
- curl -XPOST -s "$WEBHOOK_1"
|
||||
- curl -XPOST -s "$WEBHOOK_2"
|
||||
|
|
|
|||
Reference in a new issue