You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/09/07 01:56:48 UTC

[apisix] branch master updated: chore(ci): remove unnecessary github env var (#4987)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 537e386  chore(ci): remove unnecessary github env var (#4987)
537e386 is described below

commit 537e3866f699aa3bef2bbfef75545011cf295f7b
Author: tzssangglass <tz...@gmail.com>
AuthorDate: Tue Sep 7 09:56:41 2021 +0800

    chore(ci): remove unnecessary github env var (#4987)
---
 .github/workflows/build.yml      | 4 ----
 .github/workflows/centos7-ci.yml | 2 --
 2 files changed, 6 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a9e83f3..9081512 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -131,8 +131,6 @@ jobs:
             -e ETCD_LISTEN_CLIENT_URLS=https://0.0.0.0:12379 \
             -e ETCD_CERT_FILE=/certs/etcd.pem \
             -e ETCD_KEY_FILE=/certs/etcd.key \
-            -e GITHUB_ACTIONS=true \
-            -e CI=true \
             -v ${{ github.workspace }}/t/certs:/certs \
             bitnami/etcd:3.4.0
 
@@ -147,8 +145,6 @@ jobs:
             -e ETCD_KEY_FILE=/certs/mtls_server.key \
             -e ETCD_CLIENT_CERT_AUTH=true \
             -e ETCD_TRUSTED_CA_FILE=/certs/mtls_ca.crt \
-            -e GITHUB_ACTIONS=true \
-            -e CI=true \
             -v ${{ github.workspace }}/t/certs:/certs \
             bitnami/etcd:3.4.0
 
diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index 5866542..cb38747 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -79,8 +79,6 @@ jobs:
         -e ETCD_LISTEN_CLIENT_URLS=https://0.0.0.0:12379 \
         -e ETCD_CERT_FILE=/certs/etcd.pem \
         -e ETCD_KEY_FILE=/certs/etcd.key \
-        -e GITHUB_ACTIONS=true \
-        -e CI=true \
         -v /home/runner/work/apisix/apisix/t/certs:/certs \
         bitnami/etcd:3.4.0