Skip to content

Commit

Permalink
fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosa committed Jan 25, 2024
1 parent b358892 commit 8bd746b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/setup-bazel

- uses: .github/workflows/setup-bazel
name: Setup bazel
########################################
# Build and test
########################################
Expand All @@ -37,7 +37,7 @@ jobs:
name: dre
path: bazel-out/k8-opt/bin/rs/cli/dre
- name: Call prepare release
uses: ./.github/workflows/prepare-release.yaml
uses: .github/workflows/prepare-release.yaml

########################################
# Upload container images
Expand All @@ -58,7 +58,7 @@ jobs:
########################################
- name: Update k8s deployments
if: ${{ startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/container') || (github.ref == 'refs/heads/main') }}
uses: ./.github/workflows/update-deployments.yaml
uses: .github/workflows/update-deployments.yaml

########################################
# Optimize bazel cache by hard-linking duplicate files
Expand Down

0 comments on commit 8bd746b

Please sign in to comment.