ci: Fix base pipeline

Concourse doesn't allow variables to be undefined.
This commit is contained in:
Lucas Schwiderski 2023-11-28 21:52:55 +01:00
parent d95f5dfe1f
commit 227dff03ef
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -123,6 +123,7 @@ jobs:
- task: build
file: repo/.ci/tasks/build.yml
vars:
pr: ""
target: msvc
gitea_url: http://forgejo:3000
gitea_api_key: ((gitea_api_key))
@ -180,6 +181,7 @@ jobs:
- task: build
file: repo/.ci/tasks/build.yml
vars:
pr: ""
target: linux
gitea_url: http://forgejo:3000
gitea_api_key: ((gitea_api_key))