Browse Source

chore(CI): Remove unused CI environment variables

Not used since CI docker refactor.
reviewable/pr6466/r25
Anthony Bilinski 3 years ago
parent
commit
a764aebaf9
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 3
      .github/workflows/build-test-deploy.yaml

3
.github/workflows/build-test-deploy.yaml

@ -459,9 +459,6 @@ jobs:
needs.update-nightly-tag.result == 'skipped') needs.update-nightly-tag.result == 'skipped')
permissions: permissions:
contents: write contents: write
env:
TRAVIS: true
TRAVIS_BUILD_DIR: ${{ github.workspace }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: homebrew - name: homebrew

Loading…
Cancel
Save