Skip to content

Commit

Permalink
fix: disabling profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Faber committed Jun 28, 2021
1 parent 7baaec4 commit e075ca6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions bin/ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,3 @@ hf lint
bin/validate-templates.sh
# bin/check-policies.sh
unlink env

for dir in ./profiles/*; do
profile=$(basename $dir)
echo "Validating profiles/$profile/ values"
[ "$profile" == "common" ] && continue
valuesPath=$(mktemp -d)
ln -s $valuesPath env
bin/bootstrap.sh -p $profile
bin/validate-values.sh
hf lint
bin/validate-templates.sh
# bin/check-policies.sh
rm -rf $valuesPath
unlink env
done

0 comments on commit e075ca6

Please sign in to comment.