mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Remove unused BUILDKITE_BRANCH env var
This commit is contained in:
parent
3d67b8c82b
commit
c5988a8eb7
@ -1,7 +1,6 @@
|
|||||||
CI
|
CI
|
||||||
BUILDKITE
|
BUILDKITE
|
||||||
BUILDKITE_BUILD_NUMBER
|
BUILDKITE_BUILD_NUMBER
|
||||||
BUILDKITE_BRANCH
|
|
||||||
BUILDKITE_BUILD_NUMBER
|
BUILDKITE_BUILD_NUMBER
|
||||||
BUILDKITE_JOB_ID
|
BUILDKITE_JOB_ID
|
||||||
BUILDKITE_BUILD_URL
|
BUILDKITE_BUILD_URL
|
||||||
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -195,7 +195,6 @@ jobs:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${{ github.workspace }}:/src
|
- ${{ github.workspace }}:/src
|
||||||
env:
|
env:
|
||||||
BUILDKITE_BRANCH: ${{ github.head_ref }}
|
|
||||||
POSTGRES: ${{ matrix.postgres && 1}}
|
POSTGRES: ${{ matrix.postgres && 1}}
|
||||||
MULTI_POSTGRES: ${{ (matrix.postgres == 'multi-postgres') && 1}}
|
MULTI_POSTGRES: ${{ (matrix.postgres == 'multi-postgres') && 1}}
|
||||||
WORKERS: ${{ matrix.workers && 1 }}
|
WORKERS: ${{ matrix.workers && 1 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user