first commit
This commit is contained in:
26
development/update.yaml
Normal file
26
development/update.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
||||
tasks:
|
||||
- execute:
|
||||
description: "Update Dependencies"
|
||||
exec: "go"
|
||||
dir: "."
|
||||
args:
|
||||
- "get"
|
||||
- "-u"
|
||||
- "./..."
|
||||
|
||||
- execute:
|
||||
description: "Update Vendor"
|
||||
exec: "go"
|
||||
dir: "."
|
||||
args:
|
||||
- "mod"
|
||||
- "vendor"
|
||||
|
||||
- execute:
|
||||
description: "Clean Dependencies"
|
||||
exec: "go"
|
||||
dir: "."
|
||||
args:
|
||||
- "mod"
|
||||
- "tidy"
|
||||
Reference in New Issue
Block a user