Skip to content

Commit

Permalink
one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 16, 2024
1 parent 52f0938 commit fa4cbea
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,21 +252,11 @@ jobs:
path: ./bin/kots


self-hosted-working-directory:
runs-on: [ self-hosted, linux, ARM64 ]
steps:
- name: create working directory
run: mkdir -p ${{ github.workspace }}/run-${{ github.run_id }}

build-kotsadm:
runs-on: [ self-hosted, linux, ARM64 ]
needs: [ can-run-ci, generate-tag, self-hosted-working-directory ]
needs: [ can-run-ci, generate-tag ]
permissions:
id-token: write # required to be able to assume the GCP SA identity to pull private Chainguard packages.
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}/run-${{ github.run_id }}
steps:
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit fa4cbea

Please sign in to comment.