From 32ec3199e4258e3c17ce74640a2cde10d46a455b Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 24 Nov 2023 18:50:18 +0000 Subject: [PATCH] Set environment variable `COLUMNS=190` Signed-off-by: Pedro Algarvio --- .github/workflows/.container.template.j2 | 1 + .github/workflows/almalinux-containers.yml | 1 + .github/workflows/amazonlinux-containers.yml | 1 + .github/workflows/archlinux-containers.yml | 1 + .github/workflows/busybox-containers.yml | 1 + .github/workflows/centos-containers.yml | 1 + .github/workflows/centos-stream-containers.yml | 1 + .github/workflows/consul-containers.yml | 1 + .github/workflows/debian-containers.yml | 1 + .github/workflows/etcd-v2-containers.yml | 1 + .github/workflows/etcd-v3-containers.yml | 1 + .github/workflows/fedora-containers.yml | 1 + .github/workflows/mariadb-containers.yml | 1 + .github/workflows/mysql-server-containers.yml | 1 + .github/workflows/openldap-minion-containers.yml | 1 + .github/workflows/opensuse-containers.yml | 1 + .github/workflows/packaging-containers.yml | 1 + .github/workflows/percona-containers.yml | 1 + .github/workflows/photon-containers.yml | 1 + .github/workflows/python-containers.yml | 1 + .github/workflows/rabbitmq-containers.yml | 1 + .github/workflows/redis-containers.yml | 1 + .github/workflows/salt-containers.yml | 1 + .github/workflows/salt-gitfs-http-containers.yml | 1 + .github/workflows/ssh-minion-containers.yml | 1 + .github/workflows/tinyproxy-containers.yml | 1 + .github/workflows/ubuntu-containers.yml | 1 + .github/workflows/vault-containers.yml | 1 + .github/workflows/virt-minion-containers.yml | 1 + .github/workflows/zookeeper-containers.yml | 1 + 30 files changed, 30 insertions(+) diff --git a/.github/workflows/.container.template.j2 b/.github/workflows/.container.template.j2 index dd93aef..23a9df4 100644 --- a/.github/workflows/.container.template.j2 +++ b/.github/workflows/.container.template.j2 @@ -18,6 +18,7 @@ on: - '<{ repository_path }>/*' env: + COLUMNS: 190 PATH_IN_REPO: <{ repository_path }> diff --git a/.github/workflows/almalinux-containers.yml b/.github/workflows/almalinux-containers.yml index d3f0d52..fc46a34 100644 --- a/.github/workflows/almalinux-containers.yml +++ b/.github/workflows/almalinux-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/almalinux/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/almalinux diff --git a/.github/workflows/amazonlinux-containers.yml b/.github/workflows/amazonlinux-containers.yml index d08e22a..0cf5cd6 100644 --- a/.github/workflows/amazonlinux-containers.yml +++ b/.github/workflows/amazonlinux-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/amazonlinux/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/amazonlinux diff --git a/.github/workflows/archlinux-containers.yml b/.github/workflows/archlinux-containers.yml index 6f59f47..3f7702a 100644 --- a/.github/workflows/archlinux-containers.yml +++ b/.github/workflows/archlinux-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/archlinux/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/archlinux diff --git a/.github/workflows/busybox-containers.yml b/.github/workflows/busybox-containers.yml index 06afdde..f004b55 100644 --- a/.github/workflows/busybox-containers.yml +++ b/.github/workflows/busybox-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/busybox/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/busybox diff --git a/.github/workflows/centos-containers.yml b/.github/workflows/centos-containers.yml index d4daa16..d9c839c 100644 --- a/.github/workflows/centos-containers.yml +++ b/.github/workflows/centos-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/centos/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/centos diff --git a/.github/workflows/centos-stream-containers.yml b/.github/workflows/centos-stream-containers.yml index 7b09cb0..b82991f 100644 --- a/.github/workflows/centos-stream-containers.yml +++ b/.github/workflows/centos-stream-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/centos-stream/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/centos-stream diff --git a/.github/workflows/consul-containers.yml b/.github/workflows/consul-containers.yml index 7b2516b..8e50a68 100644 --- a/.github/workflows/consul-containers.yml +++ b/.github/workflows/consul-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/consul/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/consul diff --git a/.github/workflows/debian-containers.yml b/.github/workflows/debian-containers.yml index 603e6d1..2df2570 100644 --- a/.github/workflows/debian-containers.yml +++ b/.github/workflows/debian-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/debian/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/debian diff --git a/.github/workflows/etcd-v2-containers.yml b/.github/workflows/etcd-v2-containers.yml index a805289..ff8adb9 100644 --- a/.github/workflows/etcd-v2-containers.yml +++ b/.github/workflows/etcd-v2-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/etcd-v2/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/etcd-v2 diff --git a/.github/workflows/etcd-v3-containers.yml b/.github/workflows/etcd-v3-containers.yml index cb3850c..db92be6 100644 --- a/.github/workflows/etcd-v3-containers.yml +++ b/.github/workflows/etcd-v3-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/etcd-v3/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/etcd-v3 diff --git a/.github/workflows/fedora-containers.yml b/.github/workflows/fedora-containers.yml index e0df0b2..5e592de 100644 --- a/.github/workflows/fedora-containers.yml +++ b/.github/workflows/fedora-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/fedora/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/fedora diff --git a/.github/workflows/mariadb-containers.yml b/.github/workflows/mariadb-containers.yml index f4f153a..7318e7a 100644 --- a/.github/workflows/mariadb-containers.yml +++ b/.github/workflows/mariadb-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/mariadb/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/mariadb diff --git a/.github/workflows/mysql-server-containers.yml b/.github/workflows/mysql-server-containers.yml index 21527b4..f427d99 100644 --- a/.github/workflows/mysql-server-containers.yml +++ b/.github/workflows/mysql-server-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/mysql-server/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/mysql-server diff --git a/.github/workflows/openldap-minion-containers.yml b/.github/workflows/openldap-minion-containers.yml index 09b323d..80ec406 100644 --- a/.github/workflows/openldap-minion-containers.yml +++ b/.github/workflows/openldap-minion-containers.yml @@ -18,6 +18,7 @@ on: - 'custom/openldap-minion/*' env: + COLUMNS: 190 PATH_IN_REPO: custom/openldap-minion diff --git a/.github/workflows/opensuse-containers.yml b/.github/workflows/opensuse-containers.yml index 2860b4a..6472b52 100644 --- a/.github/workflows/opensuse-containers.yml +++ b/.github/workflows/opensuse-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/opensuse/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/opensuse diff --git a/.github/workflows/packaging-containers.yml b/.github/workflows/packaging-containers.yml index 5918fa7..788936b 100644 --- a/.github/workflows/packaging-containers.yml +++ b/.github/workflows/packaging-containers.yml @@ -18,6 +18,7 @@ on: - 'custom/packaging/*' env: + COLUMNS: 190 PATH_IN_REPO: custom/packaging diff --git a/.github/workflows/percona-containers.yml b/.github/workflows/percona-containers.yml index 3bf4b40..c415c48 100644 --- a/.github/workflows/percona-containers.yml +++ b/.github/workflows/percona-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/percona/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/percona diff --git a/.github/workflows/photon-containers.yml b/.github/workflows/photon-containers.yml index 4bc98cd..1c10353 100644 --- a/.github/workflows/photon-containers.yml +++ b/.github/workflows/photon-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/photon/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/photon diff --git a/.github/workflows/python-containers.yml b/.github/workflows/python-containers.yml index a6d85ad..273febf 100644 --- a/.github/workflows/python-containers.yml +++ b/.github/workflows/python-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/python/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/python diff --git a/.github/workflows/rabbitmq-containers.yml b/.github/workflows/rabbitmq-containers.yml index 9b01920..6b84abd 100644 --- a/.github/workflows/rabbitmq-containers.yml +++ b/.github/workflows/rabbitmq-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/rabbitmq/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/rabbitmq diff --git a/.github/workflows/redis-containers.yml b/.github/workflows/redis-containers.yml index 5d239fd..46c528c 100644 --- a/.github/workflows/redis-containers.yml +++ b/.github/workflows/redis-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/redis/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/redis diff --git a/.github/workflows/salt-containers.yml b/.github/workflows/salt-containers.yml index bb7387b..4d2df29 100644 --- a/.github/workflows/salt-containers.yml +++ b/.github/workflows/salt-containers.yml @@ -18,6 +18,7 @@ on: - 'salt/*' env: + COLUMNS: 190 PATH_IN_REPO: salt diff --git a/.github/workflows/salt-gitfs-http-containers.yml b/.github/workflows/salt-gitfs-http-containers.yml index 5a25c7c..2bdb358 100644 --- a/.github/workflows/salt-gitfs-http-containers.yml +++ b/.github/workflows/salt-gitfs-http-containers.yml @@ -18,6 +18,7 @@ on: - 'custom/salt-gitfs-http/*' env: + COLUMNS: 190 PATH_IN_REPO: custom/salt-gitfs-http diff --git a/.github/workflows/ssh-minion-containers.yml b/.github/workflows/ssh-minion-containers.yml index 72139ed..d6ffff1 100644 --- a/.github/workflows/ssh-minion-containers.yml +++ b/.github/workflows/ssh-minion-containers.yml @@ -18,6 +18,7 @@ on: - 'custom/ssh-minion/*' env: + COLUMNS: 190 PATH_IN_REPO: custom/ssh-minion diff --git a/.github/workflows/tinyproxy-containers.yml b/.github/workflows/tinyproxy-containers.yml index 90840fb..83b9084 100644 --- a/.github/workflows/tinyproxy-containers.yml +++ b/.github/workflows/tinyproxy-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/tinyproxy/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/tinyproxy diff --git a/.github/workflows/ubuntu-containers.yml b/.github/workflows/ubuntu-containers.yml index d7bab5e..f8b91fd 100644 --- a/.github/workflows/ubuntu-containers.yml +++ b/.github/workflows/ubuntu-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/ubuntu/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/ubuntu diff --git a/.github/workflows/vault-containers.yml b/.github/workflows/vault-containers.yml index 9fc1b52..262e93d 100644 --- a/.github/workflows/vault-containers.yml +++ b/.github/workflows/vault-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/vault/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/vault diff --git a/.github/workflows/virt-minion-containers.yml b/.github/workflows/virt-minion-containers.yml index 46aac56..151af53 100644 --- a/.github/workflows/virt-minion-containers.yml +++ b/.github/workflows/virt-minion-containers.yml @@ -18,6 +18,7 @@ on: - 'custom/virt-minion/*' env: + COLUMNS: 190 PATH_IN_REPO: custom/virt-minion diff --git a/.github/workflows/zookeeper-containers.yml b/.github/workflows/zookeeper-containers.yml index c2737ab..d016310 100644 --- a/.github/workflows/zookeeper-containers.yml +++ b/.github/workflows/zookeeper-containers.yml @@ -18,6 +18,7 @@ on: - 'mirrors/zookeeper/*' env: + COLUMNS: 190 PATH_IN_REPO: mirrors/zookeeper