Skip to content

Commit

Permalink
Fix ghproxy compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtaylor15 authored Aug 23, 2023
1 parent f696067 commit 17f6180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/valdate-apply-peribolos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: |
cd ghproxy
go mod tidy
go build -o ghproxy .
cp ghproxy /tmp
- name: Build peribolos
if: ${{ github.repository_owner == 'ortelius' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
run: |
cd prow/cmd/peribolos
go mod tidy
go build -o peribolos .
cp peribolos /tmp
Expand Down

0 comments on commit 17f6180

Please sign in to comment.