mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set the COLUMNS
environment variable so that all tools
output uses enough space
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
0a45ddaa4c
commit
d9dbc69107
6 changed files with 12 additions and 0 deletions
1
.github/actions/build-onedir-deps/action.yml
vendored
1
.github/actions/build-onedir-deps/action.yml
vendored
|
@ -22,6 +22,7 @@ inputs:
|
|||
|
||||
|
||||
env:
|
||||
COLUMNS: 160
|
||||
PIP_INDEX_URL: https://pypi-proxy.saltstack.net/root/local/+simple/
|
||||
PIP_EXTRA_INDEX_URL: https://pypi.org/simple
|
||||
|
||||
|
|
1
.github/actions/build-onedir-salt/action.yml
vendored
1
.github/actions/build-onedir-salt/action.yml
vendored
|
@ -22,6 +22,7 @@ inputs:
|
|||
|
||||
|
||||
env:
|
||||
COLUMNS: 160
|
||||
PIP_INDEX_URL: https://pypi-proxy.saltstack.net/root/local/+simple/
|
||||
PIP_EXTRA_INDEX_URL: https://pypi.org/simple
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ inputs:
|
|||
|
||||
|
||||
env:
|
||||
COLUMNS: 160
|
||||
PIP_INDEX_URL: https://pypi-proxy.saltstack.net/root/local/+simple/
|
||||
PIP_EXTRA_INDEX_URL: https://pypi.org/simple
|
||||
|
||||
|
|
3
.github/actions/release-changes/action.yml
vendored
3
.github/actions/release-changes/action.yml
vendored
|
@ -7,6 +7,9 @@ inputs:
|
|||
required: true
|
||||
description: The Salt version to set prior to creating the release changes
|
||||
|
||||
env:
|
||||
COLUMNS: 160
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
|
||||
|
|
|
@ -17,6 +17,9 @@ outputs:
|
|||
value: ${{ steps.setup-salt-version.outputs.salt-version }}
|
||||
description: The Salt version written to `salt/_version.txt`
|
||||
|
||||
env:
|
||||
COLUMNS: 160
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
|
||||
|
|
3
.github/workflows/build-rpm-packages.yml
vendored
3
.github/workflows/build-rpm-packages.yml
vendored
|
@ -8,6 +8,9 @@ on:
|
|||
required: true
|
||||
description: The Salt version to set prior to building packages.
|
||||
|
||||
env:
|
||||
COLUMNS: 160
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: RPM
|
||||
|
|
Loading…
Add table
Reference in a new issue