Merge pull request #6511 from Rory-Z/ci/update-cts
ci(cts): fix spell error
This commit is contained in:
commit
9179542816
|
@ -48,7 +48,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_
|
export CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_
|
||||||
printenv > .env
|
printenv > .env
|
||||||
docker exec --env-file .env -i erlang sh -c ".make apps/emqx_auth_ldap-ct"
|
docker exec --env-file .env -i erlang sh -c "make apps/emqx_auth_ldap-ct"
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue