Skip to content
Snippets Groups Projects
Commit b0efd6c9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Minor fixes after changes in the CI infrastructure

parent 7581ccfc
No related branches found
No related tags found
No related merge requests found
Pipeline #69694 passed
......@@ -3,5 +3,5 @@
# SPDX-License-Identifier: BSD-3-Clause
include LICENSES/*.txt
recursive-include doc *.rst *.txt *.py *.ico *.png
recursive-include doc *.rst *.txt *.py
recursive-include tests/data *.py *.cfg
......@@ -13,7 +13,7 @@ source:
build:
noarch: python
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
number: {{ environ.get('NEXT_BUILD_NUMBER', 0) }}
run_exports:
- {{ pin_subpackage(data['project']['name']) }}
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment