Skip to content

Commit

Permalink
Fix Upbound CRD geneartion Makefile (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
artych authored Oct 28, 2024
1 parent f55cae3 commit ae08cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/crossplane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GCP_VERSION?=v1.8.3
upbound_gcp_crds.libsonnet:
cd $(TMP) && \
jb init && \
jb install github.com/crossplane-contrib/provider-upjet-gcp/package/crds@$(AWS_VERSION) && \
jb install github.com/crossplane-contrib/provider-upjet-gcp/package/crds@$(GCP_VERSION) && \
echo '[' > $(ROOT_DIR)/upbound_gcp_crds.libsonnet && \
cd vendor/github.com/crossplane-contrib/provider-upjet-gcp/package/crds && \
find . -type f -printf "%f\n" | sort | xargs -I {} echo "'{}'," >> $(ROOT_DIR)/upbound_gcp_crds.libsonnet && \
Expand Down

0 comments on commit ae08cc8

Please sign in to comment.