File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 34
34
export GOPATH=~/go
35
35
./scripts/pebble_service.sh start tests/conf/pebble-config.json
36
36
behave tests/features
37
- ./scripts/pebble_service.sh stop tests/conf/pebble-config.json
37
+ - name : Build packages
38
+ run : |
39
+ ./scripst/build.sh
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2019-2024 Flavio Garcia
189
+ Copyright 2019-2025 Flavio Garcia
190
190
Copyright 2016-2017 Veeti Paananen under MIT License
191
191
192
192
Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change @@ -290,5 +290,5 @@ initiatives. Available under the
290
290
This website and all documentation are licensed under
291
291
[ Creative Commons 3.0] ( http://creativecommons.org/licenses/by/3.0/ ) .
292
292
293
- Copyright © 2019-2022 Flávio Gonçalves Garcia
293
+ Copyright © 2019-2025 Flavio Garcia
294
294
Copyright © 2016-2017 Veeti Paananen under MIT License
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# #
3
- # # Copyright 2019-2023 Flavio Garcia
3
+ # # Copyright 2019-2025 Flavio Garcia
4
4
# #
5
5
# # Licensed under the Apache License, Version 2.0 (the "License");
6
6
# # you may not use this file except in compliance with the License.
18
18
# #
19
19
# # Author: Flavio Garcia <piraz@candango.org>
20
20
21
- python -m build
21
+ python -m build -n
22
22
rm -rf build
23
23
rm -rf automatoes.egg-info
You can’t perform that action at this time.
0 commit comments