ci: Fix base pipeline
Concourse doesn't allow variables to be undefined.
This commit is contained in:
parent
d95f5dfe1f
commit
227dff03ef
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,7 @@ jobs:
|
||||||
- task: build
|
- task: build
|
||||||
file: repo/.ci/tasks/build.yml
|
file: repo/.ci/tasks/build.yml
|
||||||
vars:
|
vars:
|
||||||
|
pr: ""
|
||||||
target: msvc
|
target: msvc
|
||||||
gitea_url: http://forgejo:3000
|
gitea_url: http://forgejo:3000
|
||||||
gitea_api_key: ((gitea_api_key))
|
gitea_api_key: ((gitea_api_key))
|
||||||
|
@ -180,6 +181,7 @@ jobs:
|
||||||
- task: build
|
- task: build
|
||||||
file: repo/.ci/tasks/build.yml
|
file: repo/.ci/tasks/build.yml
|
||||||
vars:
|
vars:
|
||||||
|
pr: ""
|
||||||
target: linux
|
target: linux
|
||||||
gitea_url: http://forgejo:3000
|
gitea_url: http://forgejo:3000
|
||||||
gitea_api_key: ((gitea_api_key))
|
gitea_api_key: ((gitea_api_key))
|
||||||
|
|
Loading…
Add table
Reference in a new issue