We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027b7dc commit d4a1b16Copy full SHA for d4a1b16
.github/workflows/sync.yaml
@@ -36,10 +36,10 @@ jobs:
36
run: |
37
rm -rf pkg/api/v1
38
mkdir -p pkg/api/v1
39
- cp cloudnative-pg/api/v1/*_types.go pkg/api/v1
40
- cp cloudnative-pg/api/v1/doc.go pkg/api/v1
41
- cp cloudnative-pg/api/v1/groupversion_info.go pkg/api/v1
42
- 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
43
cp cloudnative-pg/go.mod cloudnative-pg/go.sum .
44
sed -i '1 s|^.*$|module github.com/cloudnative-pg/api|' go.mod
45
go mod tidy
0 commit comments