Merge pull request #4056 from emqx/dev/v4.3.0
Auto-pull-request-on-2021-01-22
This commit is contained in:
commit
84e922205b
|
@ -251,7 +251,7 @@ jobs:
|
||||||
- tls
|
- tls
|
||||||
- tcp
|
- tcp
|
||||||
node_type:
|
node_type:
|
||||||
- singer
|
- single
|
||||||
- cluster
|
- cluster
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -281,12 +281,12 @@ jobs:
|
||||||
echo "redis_ipv4_address=$ipv4_address" >> $GITHUB_ENV
|
echo "redis_ipv4_address=$ipv4_address" >> $GITHUB_ENV
|
||||||
echo "redis_ipv6_address=$ipv6_address" >> $GITHUB_ENV
|
echo "redis_ipv6_address=$ipv6_address" >> $GITHUB_ENV
|
||||||
- name: setup
|
- name: setup
|
||||||
if: matrix.node_type == 'singer' && matrix.connect_type == 'tcp'
|
if: matrix.node_type == 'single' && matrix.connect_type == 'tcp'
|
||||||
run: |
|
run: |
|
||||||
set -exu
|
set -exu
|
||||||
sed -i "s|^[#[:space:]]*auth.redis.server[[:space:]]*=.*|auth.redis.server = \"${redis_${{ matrix.network_type }}_address}:6379\"|g" apps/emqx_auth_redis/etc/emqx_auth_redis.conf
|
sed -i "s|^[#[:space:]]*auth.redis.server[[:space:]]*=.*|auth.redis.server = \"${redis_${{ matrix.network_type }}_address}:6379\"|g" apps/emqx_auth_redis/etc/emqx_auth_redis.conf
|
||||||
- name: setup
|
- name: setup
|
||||||
if: matrix.node_type == 'singer' && matrix.connect_type == 'tls' && matrix.redis_tag != '5'
|
if: matrix.node_type == 'single' && matrix.connect_type == 'tls' && matrix.redis_tag != '5'
|
||||||
run: |
|
run: |
|
||||||
set -exu
|
set -exu
|
||||||
sed -i "s|^[#[:space:]]*auth.redis.server[[:space:]]*=.*|auth.redis.server = \"${redis_${{ matrix.network_type }}_address}:6380\"|g" apps/emqx_auth_redis/etc/emqx_auth_redis.conf
|
sed -i "s|^[#[:space:]]*auth.redis.server[[:space:]]*=.*|auth.redis.server = \"${redis_${{ matrix.network_type }}_address}:6380\"|g" apps/emqx_auth_redis/etc/emqx_auth_redis.conf
|
||||||
|
@ -313,5 +313,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: logs_redis${{ matrix.redis_tag }}_${{ matrix.node_type }}_${{ matrix.network_type }}_${{ matrix.connect_type }}
|
name: logs_redis${{ matrix.redis_tag }}_${{ matrix.node_type }}_${{ matrix.network_type }}_${{ matrix.connect_type }}
|
||||||
path: _build/test/logs
|
path: _build/test/logs
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
erlang 22.3.4.13
|
erlang 23.2.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{deps,
|
{deps,
|
||||||
[
|
[
|
||||||
{jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.10.1"}}}
|
{jose, {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.11.1"}}}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{edoc_opts, [{preprocess, true}]}.
|
{edoc_opts, [{preprocess, true}]}.
|
||||||
|
|
Loading…
Reference in New Issue