Skip to content

Commit

Permalink
rename crossplane-contrib to crossplane
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOLLOT committed Jan 31, 2025
1 parent 36c9b40 commit 6fd69a4
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: azure
spec:
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-azure-keyvault
version: '>=v1'
- provider: xpkg.upbound.io/upbound/provider-azure-keyvault
version: ">=v1"
description: This is where you can describe your project.
license: Apache-2.0
maintainer: Upbound User <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-provider-sql-models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Set variables
REPO_URL="https://github.com/crossplane-contrib/provider-sql"
RAW_BASE_URL="https://raw.githubusercontent.com/crossplane-contrib/provider-sql/master/package/crds"
DEST_DIR="io/crossplane-contrib/sql"
DEST_DIR="io/crossplane/sql"

rm -rf "io/crossplane-contrib/sql"
rm -rf "io/crossplane/sql"

# Create destination directory if it doesn't exist
mkdir -p "$DEST_DIR"
Expand Down

0 comments on commit 6fd69a4

Please sign in to comment.