Skip to content

Commit

Permalink
Try without auth to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Sep 12, 2024
1 parent 708d44b commit d057eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: bazelbuild/setup-bazelisk@v3

- name: Set artifactory cache key
run: echo "build:ci --remote_header=https://${{ secrets.ARTIFACTORY_USERNAME }}:${{ secrets.ARTIFACTORY_PASSWORD }}@wpilib.jfrog.io/wpilib-generic-cache-bazel-local" > bazel_auth.rc
run: echo "build:ci --remote_header=https://wpilib.jfrog.io/wpilib-generic-cache-bazel-local" > bazel_auth.rc

- name: Build and Test Release
run: bazel ${{ matrix.action }} ... --config=ci -c opt ${{ matrix.config }} -k --verbose_failures
Expand Down

0 comments on commit d057eb0

Please sign in to comment.