1
0
This commit is contained in:
2026-01-27 09:53:41 +01:00
parent 5a52073849
commit 91d262c2d5
6 changed files with 13 additions and 13 deletions

View File

@@ -11,8 +11,7 @@ tasks:
script: "@(system)/upgrade_github_application.yaml"
args:
settings: $(settings)
gitUsername: $(git_username)
gitPassword: $(git_password)
gitToken: $(git_token)
keyfile: $(keyfile)
loop:
values: $(github)
@@ -23,8 +22,7 @@ tasks:
script: "@(system)/upgrade_orchestra_application.yaml"
args:
settings: $(settings)
gitUsername: $(git_username)
gitPassword: $(git_password)
gitToken: $(git_token)
keyfile: $(keyfile)
loop:
values: $(orchestra)

View File

@@ -81,22 +81,22 @@ tasks:
exec: "curl"
args:
- "-sS"
- "--user"
- "$(decrypt(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))"
- "-H"
- "Authorization: token $(decrypt(gitToken,keyfile))"
- "--upload-file"
- "$(tempdir())/$(archive_file)"
- "@(git)/api/packages/public/generic/$(settings.name)/$(new_version)/$(package_file)"
- "@(packages)/$(settings.name)/$(new_version)/$(package_file)"
- execute:
description: "Upload checksum $(sha256_file)"
exec: "curl"
args:
- "-sS"
- "--user"
- "$(decrypt(gitUsername,keyfile)):$(decrypt(gitPassword,keyfile))"
- "-H"
- "Authorization: token $(decrypt(gitToken,keyfile))"
- "--upload-file"
- "$(tempdir())/$(sha256_file)"
- "@(git)/api/packages/public/generic/$(settings.name)/$(new_version)/$(sha256_package_file)"
- "@(packages)/$(settings.name)/$(new_version)/$(sha256_package_file)"
# - execute:
# description: "Upload application $(archive_file)"