Fixes
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-tasks-schema.json
|
||||||
|
options:
|
||||||
|
- name: "keyfile"
|
||||||
|
default: "$(homedir())/.mstr.pem"
|
||||||
|
description: "Keyfile for encrypting"
|
||||||
|
type: "string"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- call:
|
- call:
|
||||||
description: 'Upgrade project on "$(target)"'
|
description: 'Upgrade project on "$(target)"'
|
||||||
|
|||||||
@@ -98,24 +98,6 @@ tasks:
|
|||||||
- "$(tempdir())/$(sha256_file)"
|
- "$(tempdir())/$(sha256_file)"
|
||||||
- "@(packages)/$(settings.name)/$(new_version)/$(sha256_package_file)"
|
- "@(packages)/$(settings.name)/$(new_version)/$(sha256_package_file)"
|
||||||
|
|
||||||
# - execute:
|
|
||||||
# description: "Upload application $(archive_file)"
|
|
||||||
# exec: "mc"
|
|
||||||
# args:
|
|
||||||
# - "cp"
|
|
||||||
# - "--quiet"
|
|
||||||
# - "$(tempdir())/$(archive_file)"
|
|
||||||
# - "jesof/binaries/$(archive_file)"
|
|
||||||
|
|
||||||
# - execute:
|
|
||||||
# description: "Upload checksum $(sha256_file)"
|
|
||||||
# exec: "mc"
|
|
||||||
# args:
|
|
||||||
# - "cp"
|
|
||||||
# - "--quiet"
|
|
||||||
# - "$(tempdir())/$(sha256_file)"
|
|
||||||
# - "jesof/binaries/$(sha256_file)"
|
|
||||||
|
|
||||||
- call:
|
- call:
|
||||||
script: "@(system)/check-git-repository.yaml"
|
script: "@(system)/check-git-repository.yaml"
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user