Skip to content

Commit

Permalink
Update valdate-apply-peribolos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbtaylor15 authored Aug 23, 2023
1 parent 17f6180 commit 4aba10c
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 @@ -43,6 +43,7 @@ jobs:
run: |
cd ghproxy
go mod tidy
go clean -cache -modcache -testcache
go build -o ghproxy .
cp ghproxy /tmp
Expand All @@ -51,6 +52,7 @@ jobs:
run: |
cd prow/cmd/peribolos
go mod tidy
go clean -cache -modcache -testcache
go build -o peribolos .
cp peribolos /tmp
Expand Down

0 comments on commit 4aba10c

Please sign in to comment.