Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd committed Feb 4, 2025
1 parent 75c6d65 commit 40e4f29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: |
rm -rf pkg/api/v1
mkdir -p pkg/api/v1
cp cloudnative-pg/api/v1/*_types.go pkg/api/v1
cp cloudnative-pg/api/v1/doc.go pkg/api/v1
cp cloudnative-pg/api/v1/groupversion_info.go pkg/api/v1
cp cloudnative-pg/api/v1/zz_*.go pkg/api/v1
cp -v cloudnative-pg/api/v1/*_types.go pkg/api/v1
cp -v cloudnative-pg/api/v1/doc.go pkg/api/v1
cp -v cloudnative-pg/api/v1/groupversion_info.go pkg/api/v1
cp -v cloudnative-pg/api/v1/zz_*.go pkg/api/v1
cp cloudnative-pg/go.mod cloudnative-pg/go.sum .
sed -i '1 s|^.*$|module github.com/cloudnative-pg/api|' go.mod
go mod tidy
Expand Down

0 comments on commit 40e4f29

Please sign in to comment.