first commit
This commit is contained in:
18
development/release-app.yaml
Normal file
18
development/release-app.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
||||
tasks:
|
||||
- call:
|
||||
script: "@(development)/release-target.yaml"
|
||||
args:
|
||||
version: $(version)
|
||||
githash: $(githash)
|
||||
release: $(release)
|
||||
releaseId: $(releaseId)
|
||||
target: $(target)
|
||||
name: $(app.name)
|
||||
gitToken: $(gitToken)
|
||||
unixPassword: $(unixPassword)
|
||||
installPath: $(installPath)
|
||||
keyfile: $(keyfile)
|
||||
loop:
|
||||
values: $(app.targets)
|
||||
as: target
|
||||
Reference in New Issue
Block a user