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

mappjzc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new f1fa91f29 fix: some release items need to be update (#5067)
f1fa91f29 is described below

commit f1fa91f29f684c54f29b5b02918ef7dccd5e2bb6
Author: abeizn <[email protected]>
AuthorDate: Fri Apr 28 19:50:39 2023 +0800

    fix: some release items need to be update (#5067)
    
    * fix: some release items need to be updated
    
    * fix: some release items need to be updated
---
 .github/workflows/test-e2e.yml | 4 ++--
 .github/workflows/test.yml     | 2 +-
 .gitignore                     | 1 -
 .licenserc.yaml                | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml
index 2f422c7d1..93bf1f024 100644
--- a/.github/workflows/test-e2e.yml
+++ b/.github/workflows/test-e2e.yml
@@ -70,7 +70,7 @@ jobs:
           DB_URL: mysql://root:root@db:3306/lake?charset=utf8mb4&parseTime=True
           E2E_DB_URL: 
mysql://root:root@db:3306/lake?charset=utf8mb4&parseTime=True
         run: |
-          cp .env.example .env
+          cp env.example .env
           cd backend
           make e2e-plugins-test
           make e2e-test
@@ -109,7 +109,7 @@ jobs:
           DB_URL: postgres://merico:merico@db:5432/lake
           E2E_DB_URL: postgres://merico:merico@db:5432/lake
         run: |
-          cp .env.example .env
+          cp env.example .env
           cd backend
           make e2e-plugins-test
           make e2e-test
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9f0df7cee..f5ee83890 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -64,6 +64,6 @@ jobs:
           ${{ runner.os }}-go-
     - name: Unit tests
       run: |
-        cp .env.example .env
+        cp env.example .env
         cd backend
         make unit-test
diff --git a/.gitignore b/.gitignore
index f7d966cdb..3cdcad23a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,7 +72,6 @@ web_modules/
 # dotenv environment variables file
 .env
 .env.*
-!.env.example
 scripts/pm/vars/*-vars.sh
 
 # parcel-bundler cache (https://parceljs.org/)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 555e758e0..0bb01d9a4 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -28,7 +28,7 @@ header:
     - 'logs'
     - 'mocks'
     - 'vendor'
-    - '.env.example'
+    - 'env.example'
     - '**/*.log'
     - '**/env.example'
     - '**/*.csv'

Reply via email to