mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:31:54 +00:00
16 lines
423 B
YAML
16 lines
423 B
YAML
configure:
|
|
languages:
|
|
javascript: true
|
|
go: true
|
|
protobuf: true
|
|
plugins:
|
|
- name: fix-visibility
|
|
from: github.com/aspect-build/plugin-fix-visibility
|
|
version: v0.1.0
|
|
- name: buildkite
|
|
version: v0.0.10-alpha
|
|
from: github.com/sourcegraph/aspect-cli-plugin-buildkite
|
|
properties:
|
|
buildkite_analytics_env_name: BUILDKITE_ANALYTICS_TOKEN_SOURCEGRAPH_BAZEL
|
|
enable_annotations: false
|