Parcourir la source

Remove enable gitlab env variable from workflows

jnfrati il y a 4 ans
Parent
commit
98f3143e48
2 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 2
      .github/workflows/dev.yaml
  2. 0 1
      .github/workflows/staging.yaml

+ 0 - 2
.github/workflows/dev.yaml

@@ -40,7 +40,6 @@ jobs:
           ENABLE_SENTRY=true
           ENABLE_SENTRY=true
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_ENV=frontend-development
           SENTRY_ENV=frontend-development
-          ENABLE_GITLAB=true
           EOL
           EOL
       - name: Build
       - name: Build
         run: |
         run: |
@@ -118,7 +117,6 @@ jobs:
         ENABLE_SENTRY=true
         ENABLE_SENTRY=true
         SENTRY_DSN=${{secrets.SENTRY_DSN}}
         SENTRY_DSN=${{secrets.SENTRY_DSN}}
         SENTRY_ENV=frontend-development
         SENTRY_ENV=frontend-development
-        ENABLE_GITLAB=true
         EOL
         EOL
     - name: Build
     - name: Build
       run: |
       run: |

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

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