Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove commented out sections in CI configs #960

Merged
merged 1 commit into from
Oct 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.17.x'
# Required for `make cosign-pivkey`
# - name: deps
# run: sudo apt-get update && sudo apt-get install -yq libpcsclite-dev
- uses: imjasonh/setup-ko@v0.4
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
go-version: '1.17.x'
- name: Checkout code
uses: actions/checkout@v2
# Required for `make cosign-pivkey`
# - name: install deps
# if: matrix.os == 'ubuntu-latest'
# run: sudo apt-get update && sudo apt-get install -yq libpcsclite-dev
- name: build cosign
run: |
make cosign && mv ./cosign ./${{matrix.COSIGN_TARGET}}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
# Used to test: cosign generate-key-pair k8s://...
go install sigs.k8s.io/kind@v0.11.1
kind create cluster
# Required for `make cosign-pivkey`
# - name: deps
# run: sudo apt-get update && sudo apt-get install -yq libpcsclite-dev
- name: Run Go tests
run: go test ./...

Expand Down