Skip to content

Commit

Permalink
Remove skipVersionVerification
Browse files Browse the repository at this point in the history
  • Loading branch information
pijusn-cast committed Nov 4, 2024
1 parent ad81c7f commit 805a294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-cnab-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ main() {
valuesPath="cnab-config/$chartName/values.yaml" yq -i '. *= load(env(valuesPath))' "./.cpa-stage/$chartName/$chartName/values.yaml"

echo "Verifying CNAB package.."
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD/.cpa-stage/$chartName":/data "$PACKAGING_IMAGE" /bin/bash -c 'cd /data ; cpa verify --telemetryOptOut --skipApiVersionCheck'
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "$PWD/.cpa-stage/$chartName":/data "$PACKAGING_IMAGE" /bin/bash -c 'cd /data ; cpa verify --telemetryOptOut'
}

main
Expand Down

0 comments on commit 805a294

Please sign in to comment.