Browse Source

remove disable billing var

Alexander Belanger 4 years ago
parent
commit
8e1f2104d8
2 changed files with 0 additions and 2 deletions
  1. 0 1
      .github/workflows/production.yaml
  2. 0 1
      .github/workflows/staging.yaml

+ 0 - 1
.github/workflows/production.yaml

@@ -40,7 +40,6 @@ jobs:
           ENABLE_SENTRY=true
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_ENV=production
-          DISABLE_BILLING=false
           EOL
       - name: Build
         run: |

+ 0 - 1
.github/workflows/staging.yaml

@@ -39,7 +39,6 @@ jobs:
           ENABLE_SENTRY=true
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_ENV=staging
-          DISABLE_BILLING=false
           EOL
       - name: Build
         run: |