Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lintscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Linter
run: ./linter.py
run: python linter.py

virus_scanner:
# The type of runner that the job will run on
Expand Down
6 changes: 1 addition & 5 deletions s3_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@ else
exit 1
fi

aws s3 cp ${FILE} s3://${BUCKET}/${FILE}
#aws s3 sync catalog s3://$BUCKET/catalog --acl public-read --exclude "*" --include "*.yml" --include "*.yaml"



aws s3 cp $FILE s3://${BUCKET}/${FILE}