Skip to content

Commit

Permalink
Use v0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 13, 2023
1 parent 426f1d5 commit 31622c9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO: Update version for tweag/write-bazelrc
name: Continuous integration
on:
push:
Expand Down Expand Up @@ -37,18 +36,18 @@ jobs:
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
bazelrc_path: .bazelrc.auth
- name: Configure for CI
uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation
uses: tweag/write-bazelrc@v0
with:
content: build --config=ci
- name: Disable stardoc
# Windows: Stardoc complains about docstring quote indentation on Windows.
# bzlmod: Stardoc does not work with bzlmod.
if: ${{ runner.os == 'Windows' || matrix.bazel_mode == 'module' }}
uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation
uses: tweag/write-bazelrc@v0
with:
content: build --config=no-stardoc
- name: Enable bzlmod
uses: tweag/write-bazelrc@0ab86694ee69bdeede9416587412e0c5d93f5a44 # cg/initial_implementation
uses: tweag/write-bazelrc@v0
if: ${{ matrix.bazel_mode == 'module' }}
with:
content: build --experimental_enable_bzlmod
Expand Down

0 comments on commit 31622c9

Please sign in to comment.