Просмотр исходного кода

Merge pull request #1818 from porter-dev/belanger/readd-dashboard-usage-modal

Remove billing var from workflows
abelanger5 4 лет назад
Родитель
Сommit
b2acbbf60a
2 измененных файлов с 0 добавлено и 2 удалено
  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: |