languages: update scripts parameters
This commit is contained in:
parent
d55ae6a8fa
commit
ccd49cdcdd
1 changed files with 3 additions and 3 deletions
|
@ -28,6 +28,7 @@ initContainers:
|
|||
- ./build.py
|
||||
- "--results"
|
||||
- f$(RELEASEVER)
|
||||
- "--store-srpms-in-results"
|
||||
{% if env == 'staging' %}
|
||||
- blue.*
|
||||
{% endif %}
|
||||
|
@ -63,9 +64,8 @@ containers:
|
|||
args:
|
||||
- >
|
||||
./build_language_list.py --results f$(RELEASEVER) --refresh &&
|
||||
./build_language_list.py --results f$(RELEASEVER) --analyzealllang &&
|
||||
./build_tm.py --results f$(RELEASEVER) --compress &&
|
||||
./build_stats.py --results f$(RELEASEVER)
|
||||
./build_stats.py --results f$(RELEASEVER) &&
|
||||
./build_tm.py --results f$(RELEASEVER) --compress
|
||||
env:
|
||||
- name: RELEASEVER
|
||||
value: "{{ release }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue