Skip to content

Commit

Permalink
[low code component schema] clean validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Dec 12, 2022
1 parent 9d39977 commit 2408f41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions airbyte-integrations/connectors/validate-yaml-schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ for directory in ./source-* ; do
rm -rf .venv
python -m venv .venv
source .venv/bin/activate
# this assumes that if a venv exist, it is up-to-date
pip install -r requirements.txt > /dev/null 2>&1
pip install -e ".[tests]" > /dev/null 2>&1
pip install -e $0 > /dev/null 2>&1
Expand All @@ -21,7 +20,5 @@ for directory in ./source-* ; do

deactivate
cd ..
# else
# echo "NAY"
fi
done

0 comments on commit 2408f41

Please sign in to comment.